aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/Kconfig
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2011-03-22 11:54:35 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2011-05-19 13:11:29 +0200
commit91350f6677f988b2342b214338520d1c3ed1ea0e (patch)
tree82cdaa0b868a767cda164d957c783749b474253b /arch/arm/mach-imx/Kconfig
parent13cf8df97d075cf61445c689a30c8b0ce70b415f (diff)
downloadkernel_samsung_smdk4412-91350f6677f988b2342b214338520d1c3ed1ea0e.zip
kernel_samsung_smdk4412-91350f6677f988b2342b214338520d1c3ed1ea0e.tar.gz
kernel_samsung_smdk4412-91350f6677f988b2342b214338520d1c3ed1ea0e.tar.bz2
ARM: mxc: don't use the symbols in the CPU family choice to select others
The symbols in this choice should only be used to select between the available machines that can be built into a single kernel. As these sets (will) differ e.g. depending on ARM_PATCH_PHYS_VIRT and AUTO_ZRELADDR letting them select other symbols makes the logic more complex and needs to duplicate some things. So let the machines select the corresponding symbols (indirectly via SOC_XYZ). LAKML-Reference: 1302464943-20721-2-git-send-email-u.kleine-koenig@pengutronix.de Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-imx/Kconfig')
-rw-r--r--arch/arm/mach-imx/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig
index 4ac00e9..2995806 100644
--- a/arch/arm/mach-imx/Kconfig
+++ b/arch/arm/mach-imx/Kconfig
@@ -40,6 +40,7 @@ config MACH_MXLADS
config ARCH_MX1ADS
bool "MX1ADS platform"
select MACH_MXLADS
+ select SOC_IMX1
select IMX_HAVE_PLATFORM_IMX_I2C
select IMX_HAVE_PLATFORM_IMX_UART
help