https://github.com/torvalds/linux
Revision 01358e562a8b97f50ec04025c009c71508e6d373 authored by Randy Dunlap on 28 March 2014, 16:45:33 UTC, committed by Linus Torvalds on 31 March 2014, 00:22:28 UTC
I am the new kernel tree Documentation maintainer (except for parts that
are handled by other people, of course).

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Acked-by: Rob Landley <rob@landley.net>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 915ac4e
Raw File
Tip revision: 01358e562a8b97f50ec04025c009c71508e6d373 authored by Randy Dunlap on 28 March 2014, 16:45:33 UTC
MAINTAINERS: resume as Documentation maintainer
Tip revision: 01358e5
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