diff options
author | James Bottomley <JBottomley@Parallels.com> | 2013-05-06 18:49:25 +0200 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2013-05-10 16:47:44 +0200 |
commit | 6a7252fdb0c3259d123c39c365ea4a7740885279 (patch) | |
tree | 93e3c7a5cfa002d201c7731f0ea082daefe7e363 /drivers/scsi/Kconfig | |
parent | [SCSI] Handle MLQUEUE busy response in scsi_send_eh_cmnd (diff) | |
download | linux-6a7252fdb0c3259d123c39c365ea4a7740885279.tar.xz 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 '')
-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. |