Searched hist:c3f90347 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/message/fusion/ |
H A D | Kconfig | c3f90347 Mon May 22 05:50:26 CDT 2023 Niklas Schnelle <schnelle@linux.ibm.com> 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>
|