Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1262e24a authored by Heiko Carstens's avatar Heiko Carstens Committed by Jens Axboe
Browse files

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: default avatarHeiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 82bed4d5
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -4,6 +4,6 @@


config BLK_DEV_PCIESSD_MTIP32XX
config BLK_DEV_PCIESSD_MTIP32XX
	tristate "Block Device Driver for Micron PCIe SSDs"
	tristate "Block Device Driver for Micron PCIe SSDs"
	depends on PCI
	depends on PCI && GENERIC_HARDIRQS
	help
	help
          This enables the block driver for Micron PCIe SSDs.
          This enables the block driver for Micron PCIe SSDs.