https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 3d19d3963e3f7d23ae7117f51c83fed48e3aca9c authored by Jason Self on 02 April 2012, 16:29:01 UTC
Linux-libre 3.0.27-gnu1
Tip revision: 3d19d39
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