https://github.com/torvalds/linux
Raw File
Tip revision: b35078aef12640df0ca99a3ad8c57ff56d43154b authored by Colin on 07 March 2014, 16:18:29 UTC
Fixed typo in comment
Tip revision: b35078a
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