Revision 0a30f612d6cfd936235b41b090dbe0119c9039d1 authored by Miklos Szeredi on 01 July 2015, 15:10:36 UTC, committed by Miklos Szeredi on 01 July 2015, 15:10:36 UTC
Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
1 parent c369604
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