https://jxself.org/git/linux-libre.git
Raw File
Tip revision: ff02992b66ba599c641ad1e58da61831af9900af authored by Jason Self on 10 December 2012, 18:45:30 UTC
Linux-libre 3.0.56-gnu1
Tip revision: ff02992
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