https://jxself.org/git/linux-libre.git
Raw File
Tip revision: c439066cf00905990974f8eed042595a10cdf2a3 authored by Jason Self on 13 June 2013, 16:27:17 UTC
Linux-libre 3.0.82-gnu1
Tip revision: c439066
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