https://jxself.org/git/linux-libre.git
Raw File
Tip revision: beb7c71276ee762e3f505bb04f35307930f0ecab authored by Jason Self on 25 June 2014, 08:42:11 UTC
Linux-libre 3.12.23-gnu
Tip revision: beb7c71
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