https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 7ba586a33a1656f8b036964a1e8dc3fef62b30ce authored by Jason Self on 11 January 2013, 17:04:13 UTC
Linux-libre 3.0.58-gnu1
Tip revision: 7ba586a
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