Revision aa2dfb372a2a647beedac163ce6f8b0fcbefac29 authored by Chris Mason on 22 May 2011, 16:36:34 UTC, committed by Chris Mason on 22 May 2011, 16:36:34 UTC
2 parent s 945d896 + 73c5de0
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