diff options
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 |