Revision a6360dd37e1a144ed11e6548371bade559a1e4df authored by Linus Torvalds on 12 April 2011, 00:21:51 UTC, committed by Linus Torvalds on 12 April 2011, 00:21:51 UTC
1 parent 1e05ff0
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