https://jxself.org/git/linux-libre.git
Raw File
Tip revision: b4c5bd4225aacc2b1eb76a92d17fc740fd6d9fdc authored by Jason Self on 04 November 2013, 12:31:34 UTC
Linux-libre 3.10.18-gnu
Tip revision: b4c5bd4
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