Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-block
[cascardo/linux.git] / block / Kconfig
index 161491d..1d4d624 100644 (file)
@@ -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