https://jxself.org/git/linux-libre.git
Raw File
Tip revision: c44e1cfe9b4bd7efaf69ee4345d3db36907f1bdc authored by Jason Self on 13 May 2014, 12:00:11 UTC
Linux-libre 3.10.40-gnu
Tip revision: c44e1cf
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