https://github.com/torvalds/linux
Raw File
Tip revision: 24070a449a6302370e2f13a67a11b65a1f2927cd authored by Sungwook Jung on 23 July 2014, 21:59:44 UTC
scripts/tags.sh: Fix regex syntax for etags.
Tip revision: 24070a4
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