https://github.com/torvalds/linux
Revision e0a86312874e36033cd94fb977dd603a292875c8 authored by James Hogan on 04 October 2017, 22:10:59 UTC, committed by Linus Torvalds on 05 October 2017, 00:11:53 UTC
Update my imgtec.com and personal email address to my kernel.org one in
a few places as MIPS will soon no longer be part of Imagination
Technologies, and add mappings in .mailcap so get_maintainer.pl reports
the right address.

Signed-off-by: James Hogan <jhogan@kernel.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent b7e1416
Raw File
Tip revision: e0a86312874e36033cd94fb977dd603a292875c8 authored by James Hogan on 04 October 2017, 22:10:59 UTC
Update James Hogan's email address
Tip revision: e0a8631
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