diff options
author | Manfred Gruber <m.gruber@tirol.com> | 2006-12-17 16:10:48 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2007-02-06 11:46:47 -0500 |
commit | d941caa2537a01653704a8c1148d330a3b2755f1 (patch) | |
tree | e4ec2b1960ed9578427c328f87c691c41bb060b0 /arch/arm/mach-ep93xx/Kconfig | |
parent | 946acb1c70f91f07331d2b8691dfccf95c95ff3d (diff) |
[ARM] 4047/1: Add initial board support for Contec Hypercontrol Micro9 boards.
Contec Micro9 (H/M/L) boards based on Cirrus Logic ep93xx (ep9315/ep9307/ep9302).
Signed-off-by: Manfred Gruber <m.gruber@tirol.com>
Signed-off-by: Lennert Buytenhek <buytenh@wantstofly.org>
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 | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/arch/arm/mach-ep93xx/Kconfig b/arch/arm/mach-ep93xx/Kconfig index af7904b3d0a8..575a21dabd2f 100644 --- a/arch/arm/mach-ep93xx/Kconfig +++ b/arch/arm/mach-ep93xx/Kconfig | |||
@@ -51,6 +51,31 @@ config MACH_GESBC9312 | |||
51 | Say 'Y' here if you want your kernel to support the Glomation | 51 | Say 'Y' here if you want your kernel to support the Glomation |
52 | GESBC-9312-sx board. | 52 | GESBC-9312-sx board. |
53 | 53 | ||
54 | config MACH_MICRO9 | ||
55 | bool | ||
56 | default n | ||
57 | |||
58 | config MACH_MICRO9H | ||
59 | bool "Support Contec Hypercontrol Micro9-H" | ||
60 | select MACH_MICRO9 | ||
61 | help | ||
62 | Say 'Y' here if you want your kernel to support the | ||
63 | Contec Hypercontrol Micro9-H board. | ||
64 | |||
65 | config MACH_MICRO9M | ||
66 | bool "Support Contec Hypercontrol Micro9-M" | ||
67 | select MACH_MICRO9 | ||
68 | help | ||
69 | Say 'Y' here if you want your kernel to support the | ||
70 | Contec Hypercontrol Micro9-M board. | ||
71 | |||
72 | config MACH_MICRO9L | ||
73 | bool "Support Contec Hypercontrol Micro9-L" | ||
74 | select MACH_MICRO9 | ||
75 | help | ||
76 | Say 'Y' here if you want your kernel to support the | ||
77 | Contec Hypercontrol Micro9-L board. | ||
78 | |||
54 | config MACH_TS72XX | 79 | config MACH_TS72XX |
55 | bool "Support Technologic Systems TS-72xx SBC" | 80 | bool "Support Technologic Systems TS-72xx SBC" |
56 | help | 81 | help |