https://github.com/torvalds/linux
Raw File
Tip revision: b098d6726bbfb94c06d6e1097466187afddae61f authored by Linus Torvalds on 25 March 2014, 02:31:17 UTC
Linux 3.14-rc8
Tip revision: b098d67
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