From: James Bottomley Date: Mon, 6 May 2013 16:49:25 +0000 (-0700) Subject: [SCSI] lpfc: fix up Kconfig dependencies X-Git-Tag: v3.10-rc1~3^2~1^2~14 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=6a7252fdb0c3;p=karo-tx-linux.git [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 Signed-off-by: James Bottomley --- 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.