https://github.com/raspberrypi/linux
Revision 6330c27817186caf38fc80e467cf858d9dd167fd authored by popcornmix on 01 February 2016, 13:42:12 UTC, committed by popcornmix on 01 February 2016, 13:42:12 UTC
2 parent s db37370 + 2d5f6b0
Raw File
Tip revision: 6330c27817186caf38fc80e467cf858d9dd167fd authored by popcornmix on 01 February 2016, 13:42:12 UTC
Merge remote-tracking branch 'stable/linux-4.1.y' into rpi-4.1.y
Tip revision: 6330c27
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