mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 00:48:50 +00:00
23a3c99201
Just like CNIC, tristate of these two modules is also dependent on IPV6.
These need to be handled separately as they select CNIC, which can override
tristate for CNIC from 'm' to 'y', which can cause build failures when ipv6 is
compiled as a module even if CNIC's Kconfig will only 'm' or 'n' when ipv6 is
compiled as a module.
Fixes: c99d667e85
("cnic : Cleanup CONFIG_IPV6 & VLAN check")
Signed-off-by: Anish Bhatt <anish@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
13 lines
318 B
Text
13 lines
318 B
Text
config SCSI_BNX2_ISCSI
|
|
tristate "QLogic NetXtreme II iSCSI support"
|
|
depends on NET
|
|
depends on PCI
|
|
depends on (IPV6 || IPV6=n)
|
|
select SCSI_ISCSI_ATTRS
|
|
select NETDEVICES
|
|
select ETHERNET
|
|
select NET_VENDOR_BROADCOM
|
|
select CNIC
|
|
---help---
|
|
This driver supports iSCSI offload for the QLogic NetXtreme II
|
|
devices.
|