Revision 1fa4252af760560f77ca3d5d360fd62df3292c7f authored by Alex Deucher on 17 July 2013, 14:18:52 UTC, committed by Alex Deucher on 17 July 2013, 18:52:47 UTC
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent 1294d4a
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