https://github.com/torvalds/linux
Raw File
Tip revision: 009d0431c3914de64666bec0d350e54fdd59df6a authored by Linus Torvalds on 01 December 2014, 00:42:27 UTC
Linux 3.18-rc7
Tip revision: 009d043
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