diff options
author | James Bottomley <JBottomley@Parallels.com> | 2013-05-06 09:49:25 -0700 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2013-05-10 07:47:44 -0700 |
commit | 6a7252fdb0c3259d123c39c365ea4a7740885279 (patch) | |
tree | 93e3c7a5cfa002d201c7731f0ea082daefe7e363 /drivers/scsi/Kconfig | |
parent | fc73648a5026dcf228aadc6ab8ca4b868d91c159 (diff) | |
download | talos-op-linux-6a7252fdb0c3259d123c39c365ea4a7740885279.tar.gz talos-op-linux-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/scsi/Kconfig')
-rw-r--r-- | drivers/scsi/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig index db95c547c09d..86af29f53bbe 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. |