https://jxself.org/git/linux-libre.git
Raw File
Tip revision: fc18ea63353804a063811aa16f80c8a86453392a authored by Jason Self on 06 February 2014, 19:22:46 UTC
Linux-libre 3.12.10-gnu
Tip revision: fc18ea6
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