diff options
author | Yong Shen <yong.shen@linaro.org> | 2011-01-04 07:22:56 +0100 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2011-01-04 12:00:23 +0100 |
commit | a58154d1c3535f451a409abbd0bda6770b2d9380 (patch) | |
tree | 695c321719b7c13e5c55b4a857c2bc99d66023f2 /arch/arm/mach-mx5/Kconfig | |
parent | ARM i.MX53: Some bug fix about MX53 MSL code (diff) | |
download | linux-a58154d1c3535f451a409abbd0bda6770b2d9380.tar.xz linux-a58154d1c3535f451a409abbd0bda6770b2d9380.zip |
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 config ARCH_MX51 bool +config ARCH_MX53 + bool + config SOC_IMX50 bool select MXC_TZIC @@ -23,6 +26,12 @@ config SOC_IMX51 select ARCH_HAS_CPUFREQ select ARCH_MX51 +config SOC_IMX53 + bool + select MXC_TZIC + select ARCH_MXC_IOMUX_V3 + select ARCH_MX53 + comment "MX5 platforms:" config MACH_MX51_BABBAGE @@ -111,6 +120,15 @@ config MACH_MX51_EFIKAMX Include support for Genesi Efika MX nettop. This includes specific configurations for the board and its peripherals. +config MACH_MX53_EVK + bool "Support MX53 EVK platforms" + select SOC_IMX53 + select IMX_HAVE_PLATFORM_IMX_UART + help + Include support for MX53 EVK platform. This includes specific + configurations for the board and its peripherals. + + config MACH_MX50_RDP bool "Support MX50 reference design platform" depends on BROKEN |