blob: bdeefa75f29e5bb781e74945451e5aa3e966fd8c (
plain)
1
2
3
4
5
6
7
8
|
# SPDX-License-Identifier: GPL-2.0-only
config ISCSI_TARGET_CXGB4
tristate "Chelsio iSCSI target offload driver"
depends on ISCSI_TARGET && CHELSIO_T4 && INET
select CHELSIO_LIB
help
To compile this driver as module, choose M here: the module
will be called cxgbit.
|