summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mx2/Kconfig
diff options
context:
space:
mode:
authorDaniel Schaeffer2009-06-03 23:23:54 +0200
committerSascha Hauer2009-06-04 09:34:23 +0200
commit8c032ec337bdf6ca9b083345b265130a55100b69 (patch)
tree0836c22b596757b1945f496602b416dce4a0a994 /arch/arm/mach-mx2/Kconfig
parentMX35: Add basic support for MX35PDK board (diff)
downloadkernel-qcow2-linux-8c032ec337bdf6ca9b083345b265130a55100b69.tar.gz
kernel-qcow2-linux-8c032ec337bdf6ca9b083345b265130a55100b69.tar.xz
kernel-qcow2-linux-8c032ec337bdf6ca9b083345b265130a55100b69.zip
mxc: Add i.MX27LITE board support
Sascha Hauer wrote: > On Tue, Jun 02, 2009 at 04:18:42PM -0400, Daniel Schaeffer wrote: >> Add basic support for the Logic i.MX27LITE board. >> >> Signed-off-by: Daniel Schaeffer <daniel.schaeffer@timesys.com> > > Besides the comment made by Fabio this looks ok to me. > > Sascha > > Fixed issues pointed out by Fabio and Magnus, and rebased to mxc-master head. Signed-off-by: Daniel Schaeffer <daniel.schaeffer@timesys.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx2/Kconfig')
-rw-r--r--arch/arm/mach-mx2/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/mach-mx2/Kconfig b/arch/arm/mach-mx2/Kconfig
index 61550443a233..c77da586b71d 100644
--- a/arch/arm/mach-mx2/Kconfig
+++ b/arch/arm/mach-mx2/Kconfig
@@ -59,4 +59,12 @@ config MACH_MX27_3DS
help
Include support for MX27PDK platform. This includes specific
configurations for the board and its peripherals.
+
+config MACH_MX27LITE
+ bool "LogicPD MX27 LITEKIT platform"
+ depends on MACH_MX27
+ help
+ Include support for MX27 LITEKIT platform. This includes specific
+ configurations for the board and its peripherals.
+
endif