https://github.com/torvalds/linux
Raw File
Tip revision: 98429ca30d9d55e694ea38c3d54265f533f62c00 authored by Arjun Sreedharan on 22 January 2014, 09:51:46 UTC
+return statement
Tip revision: 98429ca
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