https://github.com/raspberrypi/linux
Raw File
Tip revision: 4153f509b449f1c1c816cf124c314975c3daa824 authored by popcornmix on 08 August 2017, 13:44:22 UTC
Merge remote-tracking branch 'stable/linux-4.9.y' into rpi-4.9.y
Tip revision: 4153f50
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