2019-05-19 19:07:45 +07:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2009-06-09 08:14:44 +07:00
|
|
|
config SCSI_BNX2_ISCSI
|
2014-07-03 19:18:27 +07:00
|
|
|
tristate "QLogic NetXtreme II iSCSI support"
|
2010-08-11 08:01:25 +07:00
|
|
|
depends on NET
|
|
|
|
depends on PCI
|
2014-09-16 03:45:21 +07:00
|
|
|
depends on (IPV6 || IPV6=n)
|
2020-11-29 14:09:16 +07:00
|
|
|
depends on MMU
|
2009-06-09 08:14:44 +07:00
|
|
|
select SCSI_ISCSI_ATTRS
|
2009-06-18 23:55:17 +07:00
|
|
|
select NETDEVICES
|
2011-08-12 17:00:47 +07:00
|
|
|
select ETHERNET
|
|
|
|
select NET_VENDOR_BROADCOM
|
2009-06-09 08:14:44 +07:00
|
|
|
select CNIC
|
2020-06-13 23:50:22 +07:00
|
|
|
help
|
2014-07-03 19:18:27 +07:00
|
|
|
This driver supports iSCSI offload for the QLogic NetXtreme II
|
2009-06-09 08:14:44 +07:00
|
|
|
devices.
|