scsi: Add HAS_IOPORT dependencies
authorNiklas Schnelle <schnelle@linux.ibm.com>
Mon, 22 May 2023 10:50:36 +0000 (12:50 +0200)
committerMartin K. Petersen <martin.petersen@oracle.com>
Wed, 31 May 2023 23:59:26 +0000 (19:59 -0400)
commitb58b2ba351b07f546a8c1fb4eb46303231c24e95
tree4e785cbc89ebad80994ca553ecf10f4da42c5542
parentc3f903472ffacd2f776e119315a084d5b458b9ef
scsi: 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-32-schnelle@linux.ibm.com
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/Kconfig
drivers/scsi/aic7xxx/Kconfig.aic79xx
drivers/scsi/aic7xxx/Kconfig.aic7xxx
drivers/scsi/aic94xx/Kconfig
drivers/scsi/megaraid/Kconfig.megaraid
drivers/scsi/mvsas/Kconfig
drivers/scsi/pcmcia/Kconfig
drivers/scsi/qla2xxx/Kconfig