Revision e413e40b9ca97dedeaf7b5fe0fa120925bf9a4a3 authored by Phil Elwell on 26 November 2016, 14:01:52 UTC, committed by popcornmix on 08 January 2017, 11:41:34 UTC
Signed-off-by: Phil Elwell <phil@raspberrypi.org>
1 parent d958b10
Raw File
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