diff options
author | Richard Zhao <richard.zhao@freescale.com> | 2010-12-30 06:25:06 -0500 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2011-01-03 03:39:30 -0500 |
commit | d3d4b60b12369eded0ea0c5dffee0888ec4d80cd (patch) | |
tree | eac1cd971098d37d11766238ba0526323a6370e0 /arch/arm/mach-mx5/Kconfig | |
parent | 3d5a44be308203a9a192a77037fb613c2f82ed85 (diff) |
arm: mx50: add mx50 reference design board support
Add basic function and 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 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/mach-mx5/Kconfig b/arch/arm/mach-mx5/Kconfig index d2e0f9847539..7c317579cde9 100644 --- a/arch/arm/mach-mx5/Kconfig +++ b/arch/arm/mach-mx5/Kconfig | |||
@@ -111,4 +111,16 @@ config MACH_MX51_EFIKAMX | |||
111 | Include support for Genesi Efika MX nettop. This includes specific | 111 | Include support for Genesi Efika MX nettop. This includes specific |
112 | configurations for the board and its peripherals. | 112 | configurations for the board and its peripherals. |
113 | 113 | ||
114 | config MACH_MX50_RDP | ||
115 | bool "Support MX50 reference design platform" | ||
116 | depends on BROKEN | ||
117 | select SOC_IMX50 | ||
118 | select IMX_HAVE_PLATFORM_IMX_I2C | ||
119 | select IMX_HAVE_PLATFORM_IMX_UART | ||
120 | select IMX_HAVE_PLATFORM_SDHCI_ESDHC_IMX | ||
121 | select IMX_HAVE_PLATFORM_SPI_IMX | ||
122 | help | ||
123 | Include support for MX50 reference design platform (RDP) board. This | ||
124 | includes specific configurations for the board and its peripherals. | ||
125 | |||
114 | endif | 126 | endif |