https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 25b2b8157293b9c063c9cd62bf67e0baca27dfbe authored by Jason Self on 30 September 2014, 15:17:36 UTC
Linux-libre 3.12.29-gnu
Tip revision: 25b2b81
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