1# SPDX-License-Identifier: GPL-2.0-only 2config BE2ISCSI 3 tristate "Emulex 10Gbps iSCSI - BladeEngine 2" 4 depends on PCI && SCSI && NET 5 select SCSI_ISCSI_ATTRS 6 select ISCSI_BOOT_SYSFS 7 select IRQ_POLL 8 9 help 10 This driver implements the iSCSI functionality for Emulex 11 10Gbps Storage adapter - BladeEngine 2. 12