Revision 71ea4efe4fc3319ab577be00d1bbcb76d3ffaf63 authored by Randy Dunlap on 06 February 2012, 17:50:00 UTC, committed by Linus Torvalds on 07 February 2012, 00:29:19 UTC
Update quilt tree location for Documentation/ patches.

Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent f5fe184
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