Revision 3d8ec277394ee0cf9fdd5a411017c3b4f1b0aff2 authored by Ben Skeggs on 11 December 2012, 03:32:59 UTC, committed by Ben Skeggs on 23 December 2012, 12:59:29 UTC
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
1 parent 0dd660d
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