diff options
author | Daniel Mack <daniel@caiaq.de> | 2009-05-20 13:54:33 -0400 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2009-05-26 06:30:32 -0400 |
commit | 65b1aa13f2a14e113d1139ecf7cb2507a3cfa8b8 (patch) | |
tree | bc3dcf794b45e86f54cc3e4fca48baee544b15cb /arch/arm/mach-mx3/Kconfig | |
parent | 0003b795c310da83501fcf0329f6be7a0984647d (diff) |
ARM: MX3: basic support for lilly-1131 board
This patch adds basic support for INCO startec's LILLY-1131 iMX31 based
modules. The module needs a baseboard support to work which will be
added in the next patch.
Signed-off-by: Daniel Mack <daniel@caiaq.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx3/Kconfig')
-rw-r--r-- | arch/arm/mach-mx3/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-mx3/Kconfig b/arch/arm/mach-mx3/Kconfig index ebab18a661ef..6f17ceb00593 100644 --- a/arch/arm/mach-mx3/Kconfig +++ b/arch/arm/mach-mx3/Kconfig | |||
@@ -60,6 +60,13 @@ config MACH_MX31MOBOARD | |||
60 | Include support for mx31moboard platform. This includes specific | 60 | Include support for mx31moboard platform. This includes specific |
61 | configurations for the board and its peripherals. | 61 | configurations for the board and its peripherals. |
62 | 62 | ||
63 | config MACH_MX31LILLY | ||
64 | bool "Support MX31 LILLY-1131 platforms (INCO startec)" | ||
65 | select ARCH_MX31 | ||
66 | help | ||
67 | Include support for mx31 based LILLY1131 modules. This includes | ||
68 | specific configurations for the board and its peripherals. | ||
69 | |||
63 | config MACH_QONG | 70 | config MACH_QONG |
64 | bool "Support Dave/DENX QongEVB-LITE platform" | 71 | bool "Support Dave/DENX QongEVB-LITE platform" |
65 | select ARCH_MX31 | 72 | select ARCH_MX31 |