diff options
author | Hubert Feurstein <hubert.feurstein@contec.at> | 2009-10-07 03:41:01 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2009-10-07 08:15:15 -0400 |
commit | 7232344d49b88e8787f1842936867cd224da47e5 (patch) | |
tree | cad30c421ba4e9ed91f8eb9fcb15aba1392b79b8 /arch/arm/mach-ep93xx/Kconfig | |
parent | 14636005fff800d4131dfe89927207a564efcc17 (diff) |
ARM: 5751/1: ep93xx/micro9: Add Micro9-Slim
Add Contec Micro9-Slim support
Cc: Ryan Mallon <ryan@bluewatersys.com>
Requires: 5750/1
Signed-off-by: Hubert Feurstein <hubert.feurstein@contec.at>
Acked-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-ep93xx/Kconfig')
-rw-r--r-- | arch/arm/mach-ep93xx/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/mach-ep93xx/Kconfig b/arch/arm/mach-ep93xx/Kconfig index 4ad0380ff806..9167c3d2a5ed 100644 --- a/arch/arm/mach-ep93xx/Kconfig +++ b/arch/arm/mach-ep93xx/Kconfig | |||
@@ -153,6 +153,14 @@ config MACH_MICRO9L | |||
153 | Say 'Y' here if you want your kernel to support the | 153 | Say 'Y' here if you want your kernel to support the |
154 | Contec Micro9-Lite board. | 154 | Contec Micro9-Lite board. |
155 | 155 | ||
156 | config MACH_MICRO9S | ||
157 | bool "Support Contec Micro9-Slim" | ||
158 | depends on EP93XX_SDCE3_ASYNC_PHYS_OFFSET | ||
159 | select MACH_MICRO9 | ||
160 | help | ||
161 | Say 'Y' here if you want your kernel to support the | ||
162 | Contec Micro9-Slim board. | ||
163 | |||
156 | config MACH_TS72XX | 164 | config MACH_TS72XX |
157 | bool "Support Technologic Systems TS-72xx SBC" | 165 | bool "Support Technologic Systems TS-72xx SBC" |
158 | depends on EP93XX_SDCE3_SYNC_PHYS_OFFSET | 166 | depends on EP93XX_SDCE3_SYNC_PHYS_OFFSET |