mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
ddb902cc34
Multi-platform requires various kconfig options to be selected, so platforms don't need to select them individually. Signed-off-by: Rob Herring <robh@kernel.org> Acked-by: Linus Walleij <linus.walleij@linaro.org> Cc: Russell King <linux@arm.linux.org.uk> Acked-by: Stephen Warren <swarren@nvidia.com> Tested-by: Stephen Warren <swarren@wwwdotorg.org> Acked-by: Arnd Bergmann <arnd@arndb.de>
26 lines
514 B
Text
26 lines
514 B
Text
config SOC_IMX23
|
|
bool
|
|
select ARM_AMBA
|
|
select ARM_CPU_SUSPEND if PM
|
|
select CPU_ARM926T
|
|
select PINCTRL_IMX23
|
|
|
|
config SOC_IMX28
|
|
bool
|
|
select ARM_AMBA
|
|
select ARM_CPU_SUSPEND if PM
|
|
select CPU_ARM926T
|
|
select PINCTRL_IMX28
|
|
|
|
config ARCH_MXS
|
|
bool "Freescale MXS (i.MX23, i.MX28) support"
|
|
depends on ARCH_MULTI_V5
|
|
select ARCH_REQUIRE_GPIOLIB
|
|
select CLKSRC_MMIO
|
|
select PINCTRL
|
|
select SOC_BUS
|
|
select SOC_IMX23
|
|
select SOC_IMX28
|
|
select STMP_DEVICE
|
|
help
|
|
Support for Freescale MXS-based family of processors
|