swh:1:snp:49cd9498d6cccc5e78252c27dcb645bcf7bf0c91
Raw File
Tip revision: 80e78fcce86de0288793a0ef0f6acf37656ee4cf authored by Linus Torvalds on 11 September 2022, 20:22:01 UTC
Linux 6.0-rc5
Tip revision: 80e78fc
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