Revision 60e66b48ca20819d97ec4851007accc0b013985a authored by Jeff Layton on 11 December 2012, 17:10:16 UTC, committed by Al Viro on 20 December 2012, 23:50:09 UTC
Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
1 parent 49e09e1
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