https://github.com/torvalds/linux
Raw File
Tip revision: 3e5de27e940d00d8d504dfb96625fb654f641509 authored by Linus Torvalds on 04 December 2016, 20:50:51 UTC
Linux 4.9-rc8
Tip revision: 3e5de27
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