diff options
author | Heiko Carstens <heiko.carstens@de.ibm.com> | 2013-02-07 07:37:29 +0100 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2013-02-07 07:37:29 +0100 |
commit | 1262e24a59a052f9a98383e47e7c903712490d5c (patch) | |
tree | 2bf205796eeeecd24b6a33931cadaec8a8aeeaa8 /drivers/block/mtip32xx | |
parent | 82bed4d5f8189a2f9db5d1bb6489ac2615426d65 (diff) |
drivers/block/mtip32xx: add missing GENERIC_HARDIRQS dependency
The MTIP32XX driver calls devm_request_irq() and therefore needs a
GENERIC_HARDIRQS dependency to prevent building it on s390.
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'drivers/block/mtip32xx')
-rw-r--r-- | drivers/block/mtip32xx/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/mtip32xx/Kconfig b/drivers/block/mtip32xx/Kconfig index 0ba837fc62a8..1fca1f996b45 100644 --- a/drivers/block/mtip32xx/Kconfig +++ b/drivers/block/mtip32xx/Kconfig @@ -4,6 +4,6 @@ config BLK_DEV_PCIESSD_MTIP32XX tristate "Block Device Driver for Micron PCIe SSDs" - depends on PCI + depends on PCI && GENERIC_HARDIRQS help This enables the block driver for Micron PCIe SSDs. |