Kconfig 849 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. if ARCH_GEMINI
  2. menu "Cortina Systems Gemini Implementations"
  3. config MACH_NAS4220B
  4. bool "Raidsonic NAS-4220-B"
  5. select GEMINI_MEM_SWAP
  6. help
  7. Say Y here if you intend to run this kernel on a
  8. Raidsonic NAS-4220-B.
  9. config MACH_RUT100
  10. bool "Teltonika RUT100"
  11. select GEMINI_MEM_SWAP
  12. help
  13. Say Y here if you intend to run this kernel on a
  14. Teltonika 3G Router RUT100.
  15. config MACH_WBD111
  16. bool "Wiliboard WBD-111"
  17. select GEMINI_MEM_SWAP
  18. help
  19. Say Y here if you intend to run this kernel on a
  20. Wiliboard WBD-111.
  21. config MACH_WBD222
  22. bool "Wiliboard WBD-222"
  23. select GEMINI_MEM_SWAP
  24. help
  25. Say Y here if you intend to run this kernel on a
  26. Wiliboard WBD-222.
  27. endmenu
  28. config GEMINI_MEM_SWAP
  29. bool "Gemini memory is swapped"
  30. help
  31. Say Y here if Gemini memory is swapped by bootloader.
  32. endif