https://github.com/torvalds/linux
Revision a3db2bba6d1933a1398357ba6728c743bdab03e1 authored by Matt Porter on 14 February 2014, 15:15:03 UTC, committed by Olof Johansson on 23 February 2014, 13:57:03 UTC
Add myself as an additional maintainer for the Broadcom mobile
SoCs.

Signed-off-by: Matt Porter <mporter@linaro.org>
Acked-by: Christian Daudt <bcm@fixthebug.org>
Signed-off-by: Olof Johansson <olof@lixom.net>
1 parent 8859685
Raw File
Tip revision: a3db2bba6d1933a1398357ba6728c743bdab03e1 authored by Matt Porter on 14 February 2014, 15:15:03 UTC
MAINTAINERS: add additional ARM BCM281xx/BCM11xxx maintainer
Tip revision: a3db2bb
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