Kconfig 356 B

12345678910111213141516171819
  1. if ARCH_GEMINI
  2. menu "Cortina Systems Gemini Implementations"
  3. config MACH_RUT100
  4. bool "Teltonika RUT100"
  5. select GEMINI_MEM_SWAP
  6. help
  7. Say Y here if you intend to run this kernel on a
  8. Teltonika 3G Router RUT100.
  9. endmenu
  10. config GEMINI_MEM_SWAP
  11. bool "Gemini memory is swapped"
  12. help
  13. Say Y here if Gemini memory is swapped by bootloader.
  14. endif