https://github.com/torvalds/linux
Raw File
Tip revision: 4f9a10bce7df56decbc3d2e80efa1e11a8980daf authored by gdalbeniz on 07 July 2014, 11:09:59 UTC
Merge pull request #1 from torvalds/master
Tip revision: 4f9a10b
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