1# SPDX-License-Identifier: GPL-2.0-only
2config QEDI
3	tristate "QLogic QEDI 25/40/100Gb iSCSI Initiator Driver Support"
4	depends on PCI && SCSI && UIO
5	depends on QED
6	select SCSI_ISCSI_ATTRS
7	select QED_LL2
8	select QED_OOO
9	select QED_ISCSI
10	select ISCSI_BOOT_SYSFS
11	help
12	This driver supports iSCSI offload for the QLogic FastLinQ
13	41000 Series Converged Network Adapters.
14