mirror of
https://github.com/torvalds/linux.git
synced 2024-12-25 12:21:37 +00:00
71f7a00bd1
Add iSCSI DDP support in cxgb4i driver using common iSCSI DDP Page Pod Manager. Signed-off-by: Varun Prakash <varun@chelsio.com> Signed-off-by: David S. Miller <davem@davemloft.net>
12 lines
310 B
Plaintext
12 lines
310 B
Plaintext
config SCSI_CXGB4_ISCSI
|
|
tristate "Chelsio T4 iSCSI support"
|
|
depends on PCI && INET && (IPV6 || IPV6=n)
|
|
select NETDEVICES
|
|
select ETHERNET
|
|
select NET_VENDOR_CHELSIO
|
|
select CHELSIO_T4
|
|
select CHELSIO_LIB
|
|
select SCSI_ISCSI_ATTRS
|
|
---help---
|
|
This driver supports iSCSI offload for the Chelsio T4 devices.
|