https://github.com/raspberrypi/linux
Raw File
Tip revision: be2540e540f5442d7b372208787fb64100af0c54 authored by popcornmix on 30 June 2017, 12:13:21 UTC
Merge remote-tracking branch 'stable/linux-4.9.y' into rpi-4.9.y
Tip revision: be2540e
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