diff options
author | Amit Kucheria <amit.kucheria@linaro.org> | 2010-10-06 20:58:12 -0400 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2010-10-11 10:29:17 -0400 |
commit | 088d01b00e335230bc51be6ae396babb9767e9ea (patch) | |
tree | d332efc34d19a6cb31632db5f3c034d0762c8cdd /arch/arm/mach-mx5/Kconfig | |
parent | 6ff554e06869e970e6ef2c4d44ea43315917d22c (diff) |
mx51: add support for genesi efikamx nettop
Get serial port working for now
Signed-off-by: Amit Kucheria <amit.kucheria@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 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-mx5/Kconfig b/arch/arm/mach-mx5/Kconfig index 3a4c3b32a6e7..fad31cc5004b 100644 --- a/arch/arm/mach-mx5/Kconfig +++ b/arch/arm/mach-mx5/Kconfig | |||
@@ -49,4 +49,11 @@ config MACH_EUKREA_MBIMX51_BASEBOARD | |||
49 | 49 | ||
50 | endchoice | 50 | endchoice |
51 | 51 | ||
52 | config MACH_MX51_EFIKAMX | ||
53 | bool "Support MX51 Genesi Efika MX nettop" | ||
54 | select IMX_HAVE_PLATFORM_IMX_UART | ||
55 | help | ||
56 | Include support for Genesi Efika MX nettop. This includes specific | ||
57 | configurations for the board and its peripherals. | ||
58 | |||
52 | endif | 59 | endif |