Kconfig 198 B

123456789101112
  1. if ARCH_GEMINI
  2. menu "Cortina Systems Gemini Implementations"
  3. endmenu
  4. config GEMINI_MEM_SWAP
  5. bool "Gemini memory is swapped"
  6. help
  7. Say Y here if Gemini memory is swapped by bootloader.
  8. endif