https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 59de84aeecec676d57c49759d86941e539bd40ad authored by Jason Self on 09 October 2014, 19:19:00 UTC
Linux-libre 3.10.57-gnu
Tip revision: 59de84a
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