diff options
author | Yong Shen <yong.shen@linaro.org> | 2011-01-04 01:22:56 -0500 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2011-01-04 06:00:23 -0500 |
commit | a58154d1c3535f451a409abbd0bda6770b2d9380 (patch) | |
tree | 695c321719b7c13e5c55b4a857c2bc99d66023f2 /arch/arm/mach-mx5/Kconfig | |
parent | 644b1d586d6670262501057ae99d893fadb012de (diff) |
ARM i.MX53: Make MX53 EVK bootable
1. Add entries to Kconfig
2. Add machine definition
3. Add Uart platform data, pad setting and base address
4. Adjust GPIO irq number
Signed-off-by: Yong Shen <yong.shen@linaro.org>
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 | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/arm/mach-mx5/Kconfig b/arch/arm/mach-mx5/Kconfig index 7c317579cde9..55254b6e9460 100644 --- a/arch/arm/mach-mx5/Kconfig +++ b/arch/arm/mach-mx5/Kconfig | |||
@@ -7,6 +7,9 @@ config ARCH_MX50 | |||
7 | config ARCH_MX51 | 7 | config ARCH_MX51 |
8 | bool | 8 | bool |
9 | 9 | ||
10 | config ARCH_MX53 | ||
11 | bool | ||
12 | |||
10 | config SOC_IMX50 | 13 | config SOC_IMX50 |
11 | bool | 14 | bool |
12 | select MXC_TZIC | 15 | select MXC_TZIC |
@@ -23,6 +26,12 @@ config SOC_IMX51 | |||
23 | select ARCH_HAS_CPUFREQ | 26 | select ARCH_HAS_CPUFREQ |
24 | select ARCH_MX51 | 27 | select ARCH_MX51 |
25 | 28 | ||
29 | config SOC_IMX53 | ||
30 | bool | ||
31 | select MXC_TZIC | ||
32 | select ARCH_MXC_IOMUX_V3 | ||
33 | select ARCH_MX53 | ||
34 | |||
26 | comment "MX5 platforms:" | 35 | comment "MX5 platforms:" |
27 | 36 | ||
28 | config MACH_MX51_BABBAGE | 37 | config MACH_MX51_BABBAGE |
@@ -111,6 +120,15 @@ config MACH_MX51_EFIKAMX | |||
111 | Include support for Genesi Efika MX nettop. This includes specific | 120 | Include support for Genesi Efika MX nettop. This includes specific |
112 | configurations for the board and its peripherals. | 121 | configurations for the board and its peripherals. |
113 | 122 | ||
123 | config MACH_MX53_EVK | ||
124 | bool "Support MX53 EVK platforms" | ||
125 | select SOC_IMX53 | ||
126 | select IMX_HAVE_PLATFORM_IMX_UART | ||
127 | help | ||
128 | Include support for MX53 EVK platform. This includes specific | ||
129 | configurations for the board and its peripherals. | ||
130 | |||
131 | |||
114 | config MACH_MX50_RDP | 132 | config MACH_MX50_RDP |
115 | bool "Support MX50 reference design platform" | 133 | bool "Support MX50 reference design platform" |
116 | depends on BROKEN | 134 | depends on BROKEN |