https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 1b99cb2c2dbc6f868c9611850168f4ed8eb37e7f authored by Jason Self on 23 March 2012, 20:55:35 UTC
Linux-libre 3.0.26-gnu1
Tip revision: 1b99cb2
Kconfig
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#
mainmenu "Linux/$ARCH $KERNELVERSION Kernel Configuration"

config SRCARCH
	string
	option env="SRCARCH"

source "arch/$SRCARCH/Kconfig"
back to top