xref: /openbmc/linux/arch/arm/mach-gemini/Kconfig (revision bd0f9a3ff48ec4bc2010e74b77c9db45ccc48d0f)
1if ARCH_GEMINI
2
3menu "Cortina Systems Gemini Implementations"
4
5config MACH_RUT100
6	bool "Teltonika RUT100"
7	select GEMINI_MEM_SWAP
8	help
9	  Say Y here if you intend to run this kernel on a
10	  Teltonika 3G Router RUT100.
11
12config MACH_WBD111
13	bool "Wiliboard WBD-111"
14	select GEMINI_MEM_SWAP
15	help
16	  Say Y here if you intend to run this kernel on a
17	  Wiliboard WBD-111.
18
19endmenu
20
21config GEMINI_MEM_SWAP
22	bool "Gemini memory is swapped"
23	help
24	  Say Y here if Gemini memory is swapped by bootloader.
25
26endif
27