swh:1:snp:49cd9498d6cccc5e78252c27dcb645bcf7bf0c91
Raw File
Tip revision: 92ed301919932f777713b9172e525674157e983d authored by Linus Torvalds on 26 July 2020, 21:14:06 UTC
Linux 5.8-rc7
Tip revision: 92ed301
Kconfig
# SPDX-License-Identifier: GPL-2.0-only
config QEDI
	tristate "QLogic QEDI 25/40/100Gb iSCSI Initiator Driver Support"
	depends on PCI && SCSI && UIO
	depends on QED
	select SCSI_ISCSI_ATTRS
	select QED_LL2
	select QED_OOO
	select QED_ISCSI
	select ISCSI_BOOT_SYSFS
	help
	This driver supports iSCSI offload for the QLogic FastLinQ
	41000 Series Converged Network Adapters.
back to top