diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2011-08-24 02:54:04 -0400 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2011-08-24 03:24:50 -0400 |
commit | 7409cd1cd554a0bdedfecf2afde58ff468b7045e (patch) | |
tree | c2c1c4327a569e1e9cfcd0220364c673d0dd4250 /arch/arm/mach-mx5 | |
parent | ae4fa7f66e542ef5c7662ceabfaaa33283eb4216 (diff) |
ARM i.MX: allow to compile together all i.MX5 based SoCs
For this we need CONFIG_AUTO_ZRELADDR and CONFIG_ARM_PATCH_PHYS_VIRT.
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx5')
-rw-r--r-- | arch/arm/mach-mx5/Kconfig | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/arch/arm/mach-mx5/Kconfig b/arch/arm/mach-mx5/Kconfig index b4e7c58bbb38..68806916de56 100644 --- a/arch/arm/mach-mx5/Kconfig +++ b/arch/arm/mach-mx5/Kconfig | |||
@@ -1,8 +1,9 @@ | |||
1 | if ARCH_MX503 || ARCH_MX51 | 1 | if ARCH_MX5 |
2 | |||
2 | # ARCH_MX5/50/53 are left to mark places where prevent multi-soc in single | 3 | # ARCH_MX5/50/53 are left to mark places where prevent multi-soc in single |
3 | # image. So for most time, SOC_IMX50/51/53 should be used. | 4 | # image. So for most time, SOC_IMX50/51/53 should be used. |
4 | 5 | ||
5 | config ARCH_MX5 | 6 | config ARCH_MX51 |
6 | bool | 7 | bool |
7 | 8 | ||
8 | config ARCH_MX50 | 9 | config ARCH_MX50 |
@@ -19,7 +20,6 @@ config SOC_IMX50 | |||
19 | select ARCH_MXC_IOMUX_V3 | 20 | select ARCH_MXC_IOMUX_V3 |
20 | select ARCH_MXC_AUDMUX_V2 | 21 | select ARCH_MXC_AUDMUX_V2 |
21 | select ARCH_HAS_CPUFREQ | 22 | select ARCH_HAS_CPUFREQ |
22 | select ARCH_MX5 | ||
23 | select ARCH_MX50 | 23 | select ARCH_MX50 |
24 | 24 | ||
25 | config SOC_IMX51 | 25 | config SOC_IMX51 |
@@ -30,7 +30,7 @@ config SOC_IMX51 | |||
30 | select ARCH_MXC_IOMUX_V3 | 30 | select ARCH_MXC_IOMUX_V3 |
31 | select ARCH_MXC_AUDMUX_V2 | 31 | select ARCH_MXC_AUDMUX_V2 |
32 | select ARCH_HAS_CPUFREQ | 32 | select ARCH_HAS_CPUFREQ |
33 | select ARCH_MX5 | 33 | select ARCH_MX51 |
34 | 34 | ||
35 | config SOC_IMX53 | 35 | config SOC_IMX53 |
36 | bool | 36 | bool |
@@ -38,10 +38,8 @@ config SOC_IMX53 | |||
38 | select ARM_L1_CACHE_SHIFT_6 | 38 | select ARM_L1_CACHE_SHIFT_6 |
39 | select MXC_TZIC | 39 | select MXC_TZIC |
40 | select ARCH_MXC_IOMUX_V3 | 40 | select ARCH_MXC_IOMUX_V3 |
41 | select ARCH_MX5 | ||
42 | select ARCH_MX53 | 41 | select ARCH_MX53 |
43 | 42 | ||
44 | if ARCH_MX50_SUPPORTED | ||
45 | #comment "i.MX50 machines:" | 43 | #comment "i.MX50 machines:" |
46 | 44 | ||
47 | config MACH_MX50_RDP | 45 | config MACH_MX50_RDP |
@@ -57,9 +55,6 @@ config MACH_MX50_RDP | |||
57 | Include support for MX50 reference design platform (RDP) board. This | 55 | Include support for MX50 reference design platform (RDP) board. This |
58 | includes specific configurations for the board and its peripherals. | 56 | includes specific configurations for the board and its peripherals. |
59 | 57 | ||
60 | endif # ARCH_MX50_SUPPORTED | ||
61 | |||
62 | if ARCH_MX51 | ||
63 | comment "i.MX51 machines:" | 58 | comment "i.MX51 machines:" |
64 | 59 | ||
65 | config MACH_MX51_BABBAGE | 60 | config MACH_MX51_BABBAGE |
@@ -167,9 +162,6 @@ config MACH_MX51_EFIKASB | |||
167 | Include support for Genesi Efika Smartbook. This includes specific | 162 | Include support for Genesi Efika Smartbook. This includes specific |
168 | configurations for the board and its peripherals. | 163 | configurations for the board and its peripherals. |
169 | 164 | ||
170 | endif # ARCH_MX51 | ||
171 | |||
172 | if ARCH_MX53_SUPPORTED | ||
173 | comment "i.MX53 machines:" | 165 | comment "i.MX53 machines:" |
174 | 166 | ||
175 | config MACH_MX53_EVK | 167 | config MACH_MX53_EVK |
@@ -221,6 +213,4 @@ config MACH_MX53_ARD | |||
221 | Include support for MX53 ARD platform. This includes specific | 213 | Include support for MX53 ARD platform. This includes specific |
222 | configurations for the board and its peripherals. | 214 | configurations for the board and its peripherals. |
223 | 215 | ||
224 | endif # ARCH_MX53_SUPPORTED | ||
225 | |||
226 | endif | 216 | endif |