https://jxself.org/git/linux-libre.git
Raw File
Tip revision: ced9b8ad9cf6ad62c7df3bd8e38dfa7377dc8f73 authored by Jason Self on 06 January 2012, 22:15:53 UTC
Linux-libre 3.0.16-gnu1
Tip revision: ced9b8a
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