https://github.com/torvalds/linux
Raw File
Tip revision: 944dea41bf4dff0cfc4ce985884c6b2c8fa6b54b authored by Mauro Andreolini on 06 September 2015, 14:09:05 UTC
block, bfq: add Early Queue Merge (EQM) to BFQ-v7r11 for 4.4.0
Tip revision: 944dea4
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