https://jxself.org/git/linux-libre.git
Raw File
Tip revision: b4fd2c5dc5f06954eddeba5897ca643e34216159 authored by Jason Self on 13 May 2015, 12:15:58 UTC
Linux-libre 3.10.78-gnu
Tip revision: b4fd2c5
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