diff options
author | Richard Zhao <richard.zhao@freescale.com> | 2010-12-30 06:25:05 -0500 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2011-01-03 03:39:29 -0500 |
commit | 3d5a44be308203a9a192a77037fb613c2f82ed85 (patch) | |
tree | 6778faa7dd2daff0ab3d2571ea6a95f6b9cf39fe /arch/arm/mach-mx5/Kconfig | |
parent | 02226a20bcfb01322d4a168f2ed6a6e4366796fd (diff) |
arm: mx50: add core functions support except clock
Add core definitions and memory map, gpio, irq, iomux, uart device
support.
Signed-off-by: Richard Zhao <richard.zhao@freescale.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx5/Kconfig')
-rw-r--r-- | arch/arm/mach-mx5/Kconfig | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/arch/arm/mach-mx5/Kconfig b/arch/arm/mach-mx5/Kconfig index 5011f42f3b8e..d2e0f9847539 100644 --- a/arch/arm/mach-mx5/Kconfig +++ b/arch/arm/mach-mx5/Kconfig | |||
@@ -1,9 +1,20 @@ | |||
1 | if ARCH_MX5 | 1 | if ARCH_MX5 |
2 | # ARCH_MX51 is left for compatibility | 2 | # ARCH_MX51 and ARCH_MX50 are left for compatibility |
3 | |||
4 | config ARCH_MX50 | ||
5 | bool | ||
3 | 6 | ||
4 | config ARCH_MX51 | 7 | config ARCH_MX51 |
5 | bool | 8 | bool |
6 | 9 | ||
10 | config SOC_IMX50 | ||
11 | bool | ||
12 | select MXC_TZIC | ||
13 | select ARCH_MXC_IOMUX_V3 | ||
14 | select ARCH_MXC_AUDMUX_V2 | ||
15 | select ARCH_HAS_CPUFREQ | ||
16 | select ARCH_MX50 | ||
17 | |||
7 | config SOC_IMX51 | 18 | config SOC_IMX51 |
8 | bool | 19 | bool |
9 | select MXC_TZIC | 20 | select MXC_TZIC |