Revision 73b35d07ee20d6af95359fb86540528709dd58bb authored by Dmitry Torokhov on 20 June 2014, 17:14:58 UTC, committed by Greg Kroah-Hartman on 20 June 2014, 18:47:33 UTC
Signed-off-by: Dmitry Torokhov <dtor@vmware.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 37014f5
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