diff options
author | Juergen Beisert <j.beisert@pengutronix.de> | 2008-07-05 04:03:00 -0400 |
---|---|---|
committer | Robert Schwebel <r.schwebel@pengutronix.de> | 2008-07-05 04:03:00 -0400 |
commit | 80eedae6f0322dafc749140b67986b2472473745 (patch) | |
tree | 23c6782e6387b01303855ea2febc819145fca798 /arch/arm/mach-mx2/Kconfig | |
parent | c46f5856517c2d4f438df87dac81f2295931ee93 (diff) |
i.MX27: Add ADS platform support
This patch adds basic support for the Freescale MX27ADS reference board.
Currently only a serial console can be used.
Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx2/Kconfig')
-rw-r--r-- | arch/arm/mach-mx2/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-mx2/Kconfig b/arch/arm/mach-mx2/Kconfig index 6e7d724e323e..6f98355d6860 100644 --- a/arch/arm/mach-mx2/Kconfig +++ b/arch/arm/mach-mx2/Kconfig | |||
@@ -9,3 +9,10 @@ config MACH_MX27 | |||
9 | 9 | ||
10 | comment "MX2 Platforms" | 10 | comment "MX2 Platforms" |
11 | depends on ARCH_MX2 | 11 | depends on ARCH_MX2 |
12 | |||
13 | config MACH_MX27ADS | ||
14 | bool "MX27ADS platform" | ||
15 | depends on MACH_MX27 | ||
16 | help | ||
17 | Include support for MX27ADS platform. This includes specific | ||
18 | configurations for the board and its peripherals. | ||