xref: /linux/arch/arm/mach-ep93xx/Kconfig (revision 95d465fd750897ab32462a6702fbfe1b122cbbc0)
1if ARCH_EP93XX
2
3menu "Cirrus EP93xx Implementation Options"
4
5comment "EP93xx Platforms"
6
7config MACH_GESBC9312
8	bool "Support Glomation GESBC-9312-sx"
9	help
10	  Say 'Y' here if you want your kernel to support the Glomation
11	  GESBC-9312-sx board.
12
13config MACH_TS72XX
14	bool "Support Technologic Systems TS-72xx SBC"
15	help
16	  Say 'Y' here if you want your kernel to support the
17	  Technologic Systems TS-72xx board.
18
19endmenu
20
21endif
22