swh:1:snp:49cd9498d6cccc5e78252c27dcb645bcf7bf0c91
Raw File
Tip revision: 19c329f6808995b142b3966301f217c831e7cf31 authored by Linus Torvalds on 18 January 2021, 00:37:05 UTC
Linux 5.11-rc4
Tip revision: 19c329f
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