Revision 730a78c741df4eaa24589015191f03c2d1240091 authored by David Sterba on 20 January 2015, 18:05:37 UTC, committed by Chris Mason on 22 January 2015, 02:02:04 UTC
Signed-off-by: David Sterba <dsterba@suse.cz>
Signed-off-by: Chris Mason <clm@fb.com>
1 parent 9ee49a0
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