Paulius Zaleckas | 59d3a19 | 2009-03-26 10:06:08 +0200 | [diff] [blame] | 1 | if ARCH_GEMINI |
| 2 | |
| 3 | menu "Cortina Systems Gemini Implementations" |
| 4 | |
Hans Ulli Kroll | a21e003 | 2010-05-13 06:37:26 +0100 | [diff] [blame] | 5 | config MACH_NAS4220B |
| 6 | bool "Raidsonic NAS-4220-B" |
| 7 | select GEMINI_MEM_SWAP |
| 8 | help |
| 9 | Say Y here if you intend to run this kernel on a |
| 10 | Raidsonic NAS-4220-B. |
| 11 | |
Paulius Zaleckas | 839e642 | 2009-03-26 10:06:27 +0200 | [diff] [blame] | 12 | config MACH_RUT100 |
| 13 | bool "Teltonika RUT100" |
| 14 | select GEMINI_MEM_SWAP |
| 15 | help |
| 16 | Say Y here if you intend to run this kernel on a |
| 17 | Teltonika 3G Router RUT100. |
| 18 | |
Hans Ulli Kroll | bd0f9a3 | 2010-05-13 06:22:40 +0100 | [diff] [blame] | 19 | config MACH_WBD111 |
| 20 | bool "Wiliboard WBD-111" |
| 21 | select GEMINI_MEM_SWAP |
| 22 | help |
| 23 | Say Y here if you intend to run this kernel on a |
| 24 | Wiliboard WBD-111. |
| 25 | |
Hans Ulli Kroll | 6a5f0d3 | 2010-05-13 06:34:29 +0100 | [diff] [blame] | 26 | config MACH_WBD222 |
| 27 | bool "Wiliboard WBD-222" |
| 28 | select GEMINI_MEM_SWAP |
| 29 | help |
| 30 | Say Y here if you intend to run this kernel on a |
| 31 | Wiliboard WBD-222. |
| 32 | |
Paulius Zaleckas | 59d3a19 | 2009-03-26 10:06:08 +0200 | [diff] [blame] | 33 | endmenu |
| 34 | |
| 35 | config GEMINI_MEM_SWAP |
| 36 | bool "Gemini memory is swapped" |
| 37 | help |
| 38 | Say Y here if Gemini memory is swapped by bootloader. |
| 39 | |
| 40 | endif |