https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 7473add671ec793602f9a800e91d39e7b808c882 authored by Jason Self on 08 September 2013, 04:49:55 UTC
Linux-libre 3.0.95-gnu1
Tip revision: 7473add
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