https://github.com/torvalds/linux
Raw File
Tip revision: a3928246651b92dec93a47b99c49ff3151b08bae authored by fgao on 20 November 2014, 16:24:52 UTC
Merge branch 'master' of github.com:torvalds/linux
Tip revision: a392824
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