2009-03-26 09:06:08 +01:00
|
|
|
if ARCH_GEMINI
|
|
|
|
|
|
|
|
menu "Cortina Systems Gemini Implementations"
|
|
|
|
|
2010-05-13 07:37:26 +02:00
|
|
|
config MACH_NAS4220B
|
|
|
|
bool "Raidsonic NAS-4220-B"
|
|
|
|
select GEMINI_MEM_SWAP
|
|
|
|
help
|
|
|
|
Say Y here if you intend to run this kernel on a
|
|
|
|
Raidsonic NAS-4220-B.
|
|
|
|
|
2009-03-26 09:06:27 +01:00
|
|
|
config MACH_RUT100
|
|
|
|
bool "Teltonika RUT100"
|
|
|
|
select GEMINI_MEM_SWAP
|
|
|
|
help
|
|
|
|
Say Y here if you intend to run this kernel on a
|
|
|
|
Teltonika 3G Router RUT100.
|
|
|
|
|
2010-05-13 07:22:40 +02:00
|
|
|
config MACH_WBD111
|
|
|
|
bool "Wiliboard WBD-111"
|
|
|
|
select GEMINI_MEM_SWAP
|
|
|
|
help
|
|
|
|
Say Y here if you intend to run this kernel on a
|
|
|
|
Wiliboard WBD-111.
|
|
|
|
|
2010-05-13 07:34:29 +02:00
|
|
|
config MACH_WBD222
|
|
|
|
bool "Wiliboard WBD-222"
|
|
|
|
select GEMINI_MEM_SWAP
|
|
|
|
help
|
|
|
|
Say Y here if you intend to run this kernel on a
|
|
|
|
Wiliboard WBD-222.
|
|
|
|
|
2009-03-26 09:06:08 +01:00
|
|
|
endmenu
|
|
|
|
|
|
|
|
config GEMINI_MEM_SWAP
|
|
|
|
bool "Gemini memory is swapped"
|
|
|
|
help
|
|
|
|
Say Y here if Gemini memory is swapped by bootloader.
|
|
|
|
|
|
|
|
endif
|