16 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config SCSI_BNX2_ISCSI3 tristate "QLogic NetXtreme II iSCSI support"4 depends on NET5 depends on PCI6 depends on (IPV6 || IPV6=n)7 depends on MMU8 select SCSI_ISCSI_ATTRS9 select NETDEVICES10 select ETHERNET11 select NET_VENDOR_BROADCOM12 select CNIC13 help14 This driver supports iSCSI offload for the QLogic NetXtreme II15 devices.16