https://jxself.org/git/linux-libre.git
Raw File
Tip revision: fa47de846503ab555cc1593fd57eaf34eb76f9a1 authored by Jason Self on 20 August 2013, 22:40:55 UTC
Linux-libre 3.10.9-gnu
Tip revision: fa47de8
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