https://github.com/raspberrypi/linux
Revision bc1669c846b629cface0aaa367afb2b9c6226faf authored by popcornmix on 13 November 2015, 19:46:22 UTC, committed by popcornmix on 13 November 2015, 19:46:22 UTC
2 parent s d43ab44 + 1f2ce4a
Raw File
Tip revision: bc1669c846b629cface0aaa367afb2b9c6226faf authored by popcornmix on 13 November 2015, 19:46:22 UTC
Merge remote-tracking branch 'stable/linux-4.1.y' into rpi-4.1.y
Tip revision: bc1669c
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