Paulius Zaleckas | 59d3a19 | 2009-03-26 10:06:08 +0200 | [diff] [blame] | 1 | if ARCH_GEMINI |
| 2 | |
| 3 | menu "Cortina Systems Gemini Implementations" |
| 4 | |
Paulius Zaleckas | 839e642 | 2009-03-26 10:06:27 +0200 | [diff] [blame^] | 5 | config 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 | |
Paulius Zaleckas | 59d3a19 | 2009-03-26 10:06:08 +0200 | [diff] [blame] | 12 | endmenu |
| 13 | |
| 14 | config GEMINI_MEM_SWAP |
| 15 | bool "Gemini memory is swapped" |
| 16 | help |
| 17 | Say Y here if Gemini memory is swapped by bootloader. |
| 18 | |
| 19 | endif |