Revision ec193cf5af0a8dc35c3975ca0aca8e7b7f3e3464 authored by Al Viro on 14 July 2013, 13:16:52 UTC, committed by Al Viro on 14 July 2013, 13:16:52 UTC
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
1 parent d3db90b
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