forked from Minki/linux
13 lines
198 B
Plaintext
13 lines
198 B
Plaintext
|
if ARCH_GEMINI
|
||
|
|
||
|
menu "Cortina Systems Gemini Implementations"
|
||
|
|
||
|
endmenu
|
||
|
|
||
|
config GEMINI_MEM_SWAP
|
||
|
bool "Gemini memory is swapped"
|
||
|
help
|
||
|
Say Y here if Gemini memory is swapped by bootloader.
|
||
|
|
||
|
endif
|