https://github.com/torvalds/linux
Raw File
Tip revision: d6e0a2dd12f4067a5bcefb8bbd8ddbeff800afbc authored by Linus Torvalds on 04 January 2014, 23:12:14 UTC
Linux 3.13-rc7
Tip revision: d6e0a2d
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