X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=block%2FKconfig;h=1d4d624492fcd02a089fa1c4ae72b7b7f0df937b;hb=35ff96dfd3c9aaa921b3e8dcac76b7697f2dcec0;hp=161491d0a879ed11ce2276a1923a60bc1d92479e;hpb=01b3add8d665428109e901dae2f8df04d255aab1;p=cascardo%2Flinux.git diff --git a/block/Kconfig b/block/Kconfig index 161491d0a879..1d4d624492fc 100644 --- a/block/Kconfig +++ b/block/Kconfig @@ -4,6 +4,7 @@ menuconfig BLOCK bool "Enable the block layer" if EXPERT default y + select SBITMAP help Provide block layer support for the kernel. @@ -124,4 +125,9 @@ config BLOCK_COMPAT depends on BLOCK && COMPAT default y +config BLK_MQ_PCI + bool + depends on BLOCK && PCI + default y + source block/Kconfig.iosched