https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 9c2e0bf074204595787e0fff0a272776098b37e8 authored by Jason Self on 06 March 2015, 22:42:21 UTC
Linux-libre 3.10.71-gnu
Tip revision: 9c2e0bf
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