Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <arnd@kernel.org>
Signed-off-by: Arnd Bergmann <arnd@kernel.org>
Signed-off-by: Niklas Schnelle <schnelle@linux.ibm.com>
Link: https://lore.kernel.org/r/20230522105049.1467313-22-schnelle@linux.ibm.com
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>

authored by

Niklas Schnelle and committed by
Martin K. Petersen
c3f90347 6e8a669e

+1 -1
+1 -1
drivers/message/fusion/Kconfig
··· 2 2 3 3 menuconfig FUSION 4 4 bool "Fusion MPT device support" 5 - depends on PCI 5 + depends on PCI && HAS_IOPORT 6 6 help 7 7 Say Y here to get to see options for Fusion Message 8 8 Passing Technology (MPT) drivers.