Revision 5e58e5283a0a0a99ee970e7e5c80c6541693376e authored by David S. Miller on 02 April 2011, 00:15:25 UTC, committed by David S. Miller on 02 April 2011, 00:15:25 UTC
2 parent s c100c8f + ffd8c74
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