summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorJames Bottomley <JBottomley@Parallels.com>2013-05-06 09:49:25 -0700
committerJames Bottomley <JBottomley@Parallels.com>2013-05-10 07:47:44 -0700
commit6a7252fdb0c3259d123c39c365ea4a7740885279 (patch)
tree93e3c7a5cfa002d201c7731f0ea082daefe7e363 /drivers
parentfc73648a5026dcf228aadc6ab8ca4b868d91c159 (diff)
downloadlinux-3.10-6a7252fdb0c3259d123c39c365ea4a7740885279.tar.gz
linux-3.10-6a7252fdb0c3259d123c39c365ea4a7740885279.tar.bz2
linux-3.10-6a7252fdb0c3259d123c39c365ea4a7740885279.zip
[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: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/scsi/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig
index db95c547c09..86af29f53bb 100644
--- a/drivers/scsi/Kconfig
+++ b/drivers/scsi/Kconfig
@@ -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.