Revision ae7cc577ec2a4a6151c9e928fd1f595d953ecef1 authored by Al Viro on 20 August 2016, 20:33:10 UTC, committed by Al Viro on 13 September 2016, 21:49:42 UTC
Cc: stable@vger.kernel.org
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
1 parent 43403ea
Raw File
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