https://jxself.org/git/linux-libre.git
Raw File
Tip revision: acdd25b5664f369801be42badd586677916a46d6 authored by Jason Self on 30 October 2014, 16:35:47 UTC
Linux-libre 3.10.59-gnu
Tip revision: acdd25b
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