https://jxself.org/git/linux-libre.git
Raw File
Tip revision: aeca66a18efcf2b4b86d381a7b3227b6f221686b authored by Jason Self on 01 October 2010, 20:52:03 UTC
Linux-libre 2.6.32.24-gnu1
Tip revision: aeca66a
Kconfig
if ARCH_GEMINI

menu "Cortina Systems Gemini Implementations"

config MACH_RUT100
	bool "Teltonika RUT100"
	select GEMINI_MEM_SWAP
	help
	  Say Y here if you intend to run this kernel on a
	  Teltonika 3G Router RUT100.

endmenu

config GEMINI_MEM_SWAP
	bool "Gemini memory is swapped"
	help
	  Say Y here if Gemini memory is swapped by bootloader.

endif
back to top