https://github.com/torvalds/linux
Raw File
Tip revision: 64aa90f26c06e1cb2aacfb98a7d0eccfbd6c1a91 authored by Linus Torvalds on 27 July 2014, 19:41:55 UTC
Linux 3.16-rc7
Tip revision: 64aa90f
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