Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6a7252fd authored by James Bottomley's avatar James Bottomley
Browse files

[SCSI] lpfc: fix up Kconfig dependencies



lpfc uses the generic checksum as well as the T10DIF one from the lib/
directory, so make sure they're selected.

Reported-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Signed-off-by: default avatarJames Bottomley <JBottomley@Parallels.com>
parent fc73648a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1353,6 +1353,8 @@ config SCSI_LPFC
	tristate "Emulex LightPulse Fibre Channel Support"
	depends on PCI && SCSI
	select SCSI_FC_ATTRS
	select GENERIC_CSUM
	select CRC_T10DIF
	help
          This lpfc driver supports the Emulex LightPulse
          Family of Fibre Channel PCI host adapters.