Revision 0b0dc0f17f98b59772ca6380c7d5ce4cc593a974 authored by David S. Miller on 19 April 2011, 18:28:35 UTC, committed by David S. Miller on 19 April 2011, 18:28:35 UTC
2 parent s 0553c89 + a8a8a09
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