Revision 35eb304b5cd7b49d581bda79218b8134f3b689ea authored by Paul Mundt on 24 February 2012, 04:23:23 UTC, committed by Paul Mundt on 24 February 2012, 04:23:23 UTC
2 parent s ca0cc30 + bb4c7e9
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