https://jxself.org/git/linux-libre.git
Raw File
Tip revision: a337d4a6b6de94a6446a9e576a4af04fc1de09da authored by Jason Self on 26 June 2014, 19:13:33 UTC
Linux-libre 3.10.45-gnu
Tip revision: a337d4a
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