https://github.com/torvalds/linux
Raw File
Tip revision: 52addcf9d6669fa439387610bc65c92fa0980cef authored by Linus Torvalds on 25 August 2014, 22:36:20 UTC
Linux 3.17-rc2
Tip revision: 52addcf
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