blob: 799750032ef63ea7912408a6b84fef59e565f90d [file] [log] [blame]
Paulius Zaleckas59d3a192009-03-26 10:06:08 +02001if ARCH_GEMINI
2
3menu "Cortina Systems Gemini Implementations"
4
Paulius Zaleckas839e6422009-03-26 10:06:27 +02005config 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
Hans Ulli Krollbd0f9a32010-05-13 06:22:40 +010012config 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
Hans Ulli Kroll6a5f0d32010-05-13 06:34:29 +010019config MACH_WBD222
20 bool "Wiliboard WBD-222"
21 select GEMINI_MEM_SWAP
22 help
23 Say Y here if you intend to run this kernel on a
24 Wiliboard WBD-222.
25
Paulius Zaleckas59d3a192009-03-26 10:06:08 +020026endmenu
27
28config GEMINI_MEM_SWAP
29 bool "Gemini memory is swapped"
30 help
31 Say Y here if Gemini memory is swapped by bootloader.
32
33endif