From: Heiko Carstens Date: Thu, 7 Feb 2013 06:37:29 +0000 (+0100) Subject: drivers/block/mtip32xx: add missing GENERIC_HARDIRQS dependency X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=1262e24a59a052f9a98383e47e7c903712490d5c;p=linux.git 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 Signed-off-by: Jens Axboe --- diff --git a/drivers/block/mtip32xx/Kconfig b/drivers/block/mtip32xx/Kconfig index 0ba837fc62a87..1fca1f996b45e 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.