https://jxself.org/git/linux-libre.git
Raw File
Tip revision: fb294438091f0c7150e47cd30503b1e166d614c3 authored by Jason Self on 12 March 2012, 17:58:25 UTC
Linux-libre 3.0.24-gnu1
Tip revision: fb29443
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