Skip to content

Commit

Permalink
scsi: message: fusion: Add HAS_IOPORT dependencies
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
niklas88 authored and martinkpetersen committed May 31, 2023
1 parent 6e8a669 commit c3f9034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/message/fusion/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

menuconfig FUSION
bool "Fusion MPT device support"
depends on PCI
depends on PCI && HAS_IOPORT
help
Say Y here to get to see options for Fusion Message
Passing Technology (MPT) drivers.
Expand Down

0 comments on commit c3f9034

Please sign in to comment.