Revision 43e44840d39a854c58e2201103e9603347bfafa0 authored by Jason Self on 23 June 2011, 22:06:07 UTC, committed by Jason Self on 23 June 2011, 22:06:07 UTC
0 parent
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