mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-20 21:20:48 +07:00
8d21797df9
Previous guard of IS_ENABLED(CONFIG_IPV6) is not sufficient when cxgbi drivers are built into kernel but ipv6 is not. v2: Use Kconfig to disable compiling cxgbi built into kernel when ipv6 is compiled as a module Fixes:e81fbf6cd6
("libcxgbi:cxgb4i Guard ipv6 code with a config check") Fixes:fc8d0590d9
("libcxgbi: Add ipv6 api to driver") Signed-off-by: Anish Bhatt <anish@chelsio.com> Signed-off-by: David S. Miller <davem@davemloft.net>
11 lines
290 B
Plaintext
11 lines
290 B
Plaintext
config SCSI_CXGB3_ISCSI
|
|
tristate "Chelsio T3 iSCSI support"
|
|
depends on PCI && INET && (IPV6 || IPV6=n)
|
|
select NETDEVICES
|
|
select ETHERNET
|
|
select NET_VENDOR_CHELSIO
|
|
select CHELSIO_T3
|
|
select SCSI_ISCSI_ATTRS
|
|
---help---
|
|
This driver supports iSCSI offload for the Chelsio T3 devices.
|