https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 698e33a62b8d2918226acbea227d53bc3f3feb27 authored by Jason Self on 27 January 2016, 15:31:49 UTC
Linux-libre 3.12.53-gnu
Tip revision: 698e33a
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