Revision c4be3c2da1ab4344d3d5f63d6ec1952a3c6e635c authored by John W. Linville on 17 November 2011, 19:15:47 UTC, committed by John W. Linville on 17 November 2011, 19:15:47 UTC
2 parent s 102463b + fe09b32
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