https://jxself.org/git/linux-libre.git
Raw File
Tip revision: eb86f10735116e2a6b321913c52613dfc3085113 authored by Jason Self on 15 June 2015, 07:11:33 UTC
Linux-libre 3.12.44-gnu
Tip revision: eb86f10
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