diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2011-09-27 01:48:02 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2011-10-31 09:26:28 -0400 |
commit | a89cf59b5c344e50b7be3cabb67dc1ed94439b6e (patch) | |
tree | 8a0a76073e6e0d618910621d1cebaf1787f9574b /arch/arm/mach-imx/Kconfig | |
parent | a1f1c7efb0c1c78b5e84455bb5a6c8b2bee3059c (diff) |
arm/imx: merge i.MX3 and i.MX6
The patch merges the build of imx3 and imx6. The Kconfig symbol
ARCH_IMX_V6_V7 is introduced to replace ARCH_MX3 and ARCH_MX6.
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/mach-imx/Kconfig')
-rw-r--r-- | arch/arm/mach-imx/Kconfig | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig index 66b86489384f..b1f782f07f12 100644 --- a/arch/arm/mach-imx/Kconfig +++ b/arch/arm/mach-imx/Kconfig | |||
@@ -74,6 +74,7 @@ config SOC_IMX31 | |||
74 | select ARCH_MXC_AUDMUX_V2 | 74 | select ARCH_MXC_AUDMUX_V2 |
75 | select ARCH_MX31 | 75 | select ARCH_MX31 |
76 | select MXC_AVIC | 76 | select MXC_AVIC |
77 | select SMP_ON_UP if SMP | ||
77 | 78 | ||
78 | config SOC_IMX35 | 79 | config SOC_IMX35 |
79 | bool | 80 | bool |
@@ -83,6 +84,7 @@ config SOC_IMX35 | |||
83 | select HAVE_EPIT | 84 | select HAVE_EPIT |
84 | select ARCH_MX35 | 85 | select ARCH_MX35 |
85 | select MXC_AVIC | 86 | select MXC_AVIC |
87 | select SMP_ON_UP if SMP | ||
86 | 88 | ||
87 | 89 | ||
88 | if ARCH_IMX_V4_V5 | 90 | if ARCH_IMX_V4_V5 |
@@ -351,7 +353,7 @@ config MACH_IMX27IPCAM | |||
351 | 353 | ||
352 | endif | 354 | endif |
353 | 355 | ||
354 | if ARCH_MX3 | 356 | if ARCH_IMX_V6_V7 |
355 | 357 | ||
356 | comment "MX31 platforms:" | 358 | comment "MX31 platforms:" |
357 | 359 | ||
@@ -601,9 +603,6 @@ config MACH_VPR200 | |||
601 | Include support for VPR200 platform. This includes specific | 603 | Include support for VPR200 platform. This includes specific |
602 | configurations for the board and its peripherals. | 604 | configurations for the board and its peripherals. |
603 | 605 | ||
604 | endif | ||
605 | |||
606 | if ARCH_MX6 | ||
607 | comment "i.MX6 family:" | 606 | comment "i.MX6 family:" |
608 | 607 | ||
609 | config SOC_IMX6Q | 608 | config SOC_IMX6Q |