Revision 6d2cd3ce815b302e885b44ca1bdbe3c7db321c7a authored by Al Viro on 18 August 2012, 01:27:32 UTC, committed by Al Viro on 22 August 2012, 14:25:19 UTC
Acked-by: Alex Williamson <alex.williamson@redhat.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
1 parent 8ad5db8
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