https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 83ac2d5960f6522a7a1f4dcf434dd6e138a88617 authored by Jason Self on 29 January 2016, 05:50:00 UTC
Linux-libre 3.10.96-gnu
Tip revision: 83ac2d5
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