https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 18499283d45a87da334d14a98798fe481f34014f authored by Jason Self on 27 June 2017, 09:49:32 UTC
Linux-libre 3.10.107-gnu
Tip revision: 1849928
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