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