mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-03 11:06:42 +07:00
1558310d49
- Remove the dependency of cxgb4 and cxgb4vf on INET. cxgb3 really depends on INET, keep it but add it directly to the driver's Kconfig entry. - Make the iSCSI drivers cxgb3i and cxgb4i available in the SCSI menu without requiring any options in the net driver menu to be enabled first. Add needed selects so the iSCSI drivers can build their corresponding net drivers. - Remove CHELSIO_T*_DEPENDS. Signed-off-by: Dimitris Michailidis <dm@chelsio.com> Acked-by: Jan Beulich <jbeulich@novell.com> Signed-off-by: David S. Miller <davem@davemloft.net>
10 lines
247 B
Plaintext
10 lines
247 B
Plaintext
config SCSI_CXGB3_ISCSI
|
|
tristate "Chelsio T3 iSCSI support"
|
|
depends on PCI && INET
|
|
select NETDEVICES
|
|
select NETDEV_10000
|
|
select CHELSIO_T3
|
|
select SCSI_ISCSI_ATTRS
|
|
---help---
|
|
This driver supports iSCSI offload for the Chelsio T3 devices.
|