diff options
author | Juergen Beisert <j.beisert@pengutronix.de> | 2008-07-05 10:03:00 +0200 |
---|---|---|
committer | Robert Schwebel <r.schwebel@pengutronix.de> | 2008-07-05 10:03:00 +0200 |
commit | 80eedae6f0322dafc749140b67986b2472473745 (patch) | |
tree | 23c6782e6387b01303855ea2febc819145fca798 /arch/arm/mach-mx2/Kconfig | |
parent | c46f5856517c2d4f438df87dac81f2295931ee93 (diff) | |
download | blackbird-op-linux-80eedae6f0322dafc749140b67986b2472473745.tar.gz blackbird-op-linux-80eedae6f0322dafc749140b67986b2472473745.zip |
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 comment "MX2 Platforms" depends on ARCH_MX2 + +config MACH_MX27ADS + bool "MX27ADS platform" + depends on MACH_MX27 + help + Include support for MX27ADS platform. This includes specific + configurations for the board and its peripherals. |