https://github.com/torvalds/linux
Raw File
Tip revision: fcb8ce5cfe30ca9ca5c9a79cdfe26d1993e65e0c authored by Linus Torvalds on 22 August 2011, 18:42:53 UTC
Linux 3.1-rc3
Tip revision: fcb8ce5
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