[SCSI] lpfc: fix up Kconfig dependencies
authorJames Bottomley <JBottomley@Parallels.com>
Mon, 6 May 2013 16:49:25 +0000 (09:49 -0700)
committerJames Bottomley <JBottomley@Parallels.com>
Fri, 10 May 2013 14:47:44 +0000 (07:47 -0700)
lpfc uses the generic checksum as well as the T10DIF one from the lib/
directory, so make sure they're selected.

Reported-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
drivers/scsi/Kconfig

index db95c547c09d6781d68dca561abe230c5d0f57ce..86af29f53bbebefec7d58ca0c595c3852e6fdf79 100644 (file)
@@ -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.