aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mx5/Kconfig
diff options
context:
space:
mode:
authorYong Shen <yong.shen@linaro.org>2011-01-04 01:22:56 -0500
committerSascha Hauer <s.hauer@pengutronix.de>2011-01-04 06:00:23 -0500
commita58154d1c3535f451a409abbd0bda6770b2d9380 (patch)
tree695c321719b7c13e5c55b4a857c2bc99d66023f2 /arch/arm/mach-mx5/Kconfig
parent644b1d586d6670262501057ae99d893fadb012de (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/Kconfig18
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
7config ARCH_MX51 7config ARCH_MX51
8 bool 8 bool
9 9
10config ARCH_MX53
11 bool
12
10config SOC_IMX50 13config 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
29config SOC_IMX53
30 bool
31 select MXC_TZIC
32 select ARCH_MXC_IOMUX_V3
33 select ARCH_MX53
34
26comment "MX5 platforms:" 35comment "MX5 platforms:"
27 36
28config MACH_MX51_BABBAGE 37config 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
123config 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
114config MACH_MX50_RDP 132config 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