summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mx2/Kconfig
diff options
context:
space:
mode:
authorJuergen Beisert2008-07-05 10:03:00 +0200
committerRobert Schwebel2008-07-05 10:03:00 +0200
commit80eedae6f0322dafc749140b67986b2472473745 (patch)
tree23c6782e6387b01303855ea2febc819145fca798 /arch/arm/mach-mx2/Kconfig
parenti.MX2 family: Add clock handling for i.MX27 CPU (diff)
downloadkernel-qcow2-linux-80eedae6f0322dafc749140b67986b2472473745.tar.gz
kernel-qcow2-linux-80eedae6f0322dafc749140b67986b2472473745.tar.xz
kernel-qcow2-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/Kconfig7
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.