https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 37e0eb88cf52200bf411ecb6c15a41e2e2e3cfc6 authored by Jason Self on 31 March 2014, 16:58:44 UTC
Linux-libre 3.10.35-gnu
Tip revision: 37e0eb8
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