https://github.com/torvalds/linux
Raw File
Tip revision: d85c8a6f1bc083279215ff6e79b7c292bf3ec905 authored by Chris Mason on 15 December 2011, 20:38:41 UTC
Btrfs: unplug every once and a while
Tip revision: d85c8a6
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