https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 7883cd0bb22ef79da2b217acd298b2325497c3bc authored by Jason Self on 27 August 2015, 08:11:31 UTC
Linux-libre 3.12.47-gnu
Tip revision: 7883cd0
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