https://jxself.org/git/linux-libre.git
Raw File
Tip revision: b9917f0f8bfbd5393cec5c9d24b85c06968c86dc authored by Jason Self on 05 September 2014, 23:32:05 UTC
Linux-libre 3.10.54-gnu
Tip revision: b9917f0
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