diff options
Diffstat (limited to 'block/Kconfig')
-rw-r--r-- | block/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/block/Kconfig b/block/Kconfig index 161491d0a879..515533802af1 100644 --- a/block/Kconfig +++ b/block/Kconfig @@ -124,4 +124,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 |