https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 979d08b88e1f87f6cad923eed2d6e0edff437e1c authored by Jason Self on 28 July 2013, 23:30:56 UTC
Linux-libre 3.10.4-gnu
Tip revision: 979d08b
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