https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 9628baf94f9f93e48514ffdc702d00cf6645929b authored by Jason Self on 09 December 2011, 16:53:56 UTC
Linux-libre 3.0.13-gnu1
Tip revision: 9628baf
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