mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-22 06:57:57 +00:00
b35cd4d71d
This adds some essential files required by new 'cortexa7' subtarget, dedicated for Cortex-A7 based NXP i.MX series. For now, the kernel config-default focuses only on the i.MX 6UL family, as the following changeset will introduce support for i.MX 6ULL based device. Support for more platforms (e.g. i.MX 7) might be enabled later, while adding more devices. Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
25 lines
578 B
Plaintext
25 lines
578 B
Plaintext
CONFIG_ARM_CPU_SUSPEND=y
|
|
CONFIG_ARM_GIC=y
|
|
CONFIG_CMA=y
|
|
CONFIG_CMA_AREAS=7
|
|
# CONFIG_CMA_DEBUG is not set
|
|
# CONFIG_CMA_DEBUGFS is not set
|
|
CONFIG_CONTIG_ALLOC=y
|
|
# CONFIG_DMA_CMA is not set
|
|
CONFIG_GENERIC_IRQ_EFFECTIVE_AFF_MASK=y
|
|
CONFIG_IRQ_DOMAIN_HIERARCHY=y
|
|
CONFIG_JFFS2_FS=y
|
|
CONFIG_LEDS_GPIO=y
|
|
CONFIG_MEMORY_ISOLATION=y
|
|
CONFIG_MTD_SPI_NOR=y
|
|
CONFIG_MTD_SPLIT_FIRMWARE=y
|
|
CONFIG_MTD_SPLIT_FIT_FW=y
|
|
CONFIG_PINCTRL_IMX=y
|
|
CONFIG_PINCTRL_IMX6UL=y
|
|
CONFIG_PM_GENERIC_DOMAINS=y
|
|
CONFIG_PM_GENERIC_DOMAINS_OF=y
|
|
CONFIG_SOC_IMX6=y
|
|
CONFIG_SOC_IMX6UL=y
|
|
CONFIG_SPI_FSL_QUADSPI=y
|
|
CONFIG_SPI_MEM=y
|