diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2011-03-22 06:54:35 -0400 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2011-05-19 07:11:29 -0400 |
commit | 91350f6677f988b2342b214338520d1c3ed1ea0e (patch) | |
tree | 82cdaa0b868a767cda164d957c783749b474253b /arch/arm/plat-mxc | |
parent | 13cf8df97d075cf61445c689a30c8b0ce70b415f (diff) |
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/plat-mxc')
-rw-r--r-- | arch/arm/plat-mxc/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/plat-mxc/Kconfig b/arch/arm/plat-mxc/Kconfig index debd7be52450..8b7ab8ce9711 100644 --- a/arch/arm/plat-mxc/Kconfig +++ b/arch/arm/plat-mxc/Kconfig | |||
@@ -10,7 +10,6 @@ choice | |||
10 | 10 | ||
11 | config ARCH_MX1 | 11 | config ARCH_MX1 |
12 | bool "MX1-based" | 12 | bool "MX1-based" |
13 | select SOC_IMX1 | ||
14 | help | 13 | help |
15 | This enables support for systems based on the Freescale i.MX1 family | 14 | This enables support for systems based on the Freescale i.MX1 family |
16 | 15 | ||
@@ -26,14 +25,11 @@ config ARCH_MX25 | |||
26 | 25 | ||
27 | config ARCH_MX3 | 26 | config ARCH_MX3 |
28 | bool "MX3-based" | 27 | bool "MX3-based" |
29 | select CPU_V6 | ||
30 | help | 28 | help |
31 | This enables support for systems based on the Freescale i.MX3 family | 29 | This enables support for systems based on the Freescale i.MX3 family |
32 | 30 | ||
33 | config ARCH_MX5 | 31 | config ARCH_MX5 |
34 | bool "MX5-based" | 32 | bool "MX5-based" |
35 | select CPU_V7 | ||
36 | select ARM_L1_CACHE_SHIFT_6 | ||
37 | help | 33 | help |
38 | This enables support for systems based on the Freescale i.MX51 family | 34 | This enables support for systems based on the Freescale i.MX51 family |
39 | 35 | ||