Skip to content

Commit c3f9034

Browse files
niklas88martinkpetersen
authored andcommitted
scsi: message: fusion: Add HAS_IOPORT dependencies
In a future patch HAS_IOPORT=n will result in inb()/outb() and friends not being declared. We thus need to add HAS_IOPORT as dependency for those drivers using them. Co-developed-by: Arnd Bergmann <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]> Signed-off-by: Niklas Schnelle <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Martin K. Petersen <[email protected]>
1 parent 6e8a669 commit c3f9034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/message/fusion/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
menuconfig FUSION
44
bool "Fusion MPT device support"
5-
depends on PCI
5+
depends on PCI && HAS_IOPORT
66
help
77
Say Y here to get to see options for Fusion Message
88
Passing Technology (MPT) drivers.

0 commit comments

Comments
 (0)