Revision 641628146c1986c966ae030e65bb6f30feef0fd0 authored by James Morris on 27 March 2015, 09:33:27 UTC, committed by James Morris on 27 March 2015, 09:33:27 UTC
2 parent s 3c435c1 + 6436a12
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