https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 8b86d43e4055b8514dd607f1149edf4cd8570da4 authored by Jason Self on 19 February 2015, 11:28:30 UTC
Linux-libre 3.12.38-gnu
Tip revision: 8b86d43
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