Skip to content

Commit fad0a16

Browse files
lztomartinkpetersen
authored andcommitted
scsi: lpfc: Add auto select on IRQ_POLL
lpfc depends on irq_poll library, but it is not selected automatically. When irq_poll is not selected, compiling it can run into following error ERROR: modpost: "irq_poll_init" [drivers/scsi/lpfc/lpfc.ko] undefined! ERROR: modpost: "irq_poll_sched" [drivers/scsi/lpfc/lpfc.ko] undefined! ERROR: modpost: "irq_poll_complete" [drivers/scsi/lpfc/lpfc.ko] undefined! Link: https://lore.kernel.org/r/[email protected] Reviewed-by: James Smart <[email protected]> Signed-off-by: Tong Zhang <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
1 parent 3ae0819 commit fad0a16

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/scsi/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1145,6 +1145,7 @@ config SCSI_LPFC
11451145
depends on NVME_TARGET_FC || NVME_TARGET_FC=n
11461146
depends on NVME_FC || NVME_FC=n
11471147
select CRC_T10DIF
1148+
select IRQ_POLL
11481149
help
11491150
This lpfc driver supports the Emulex LightPulse
11501151
Family of Fibre Channel PCI host adapters.

0 commit comments

Comments
 (0)