9 lines
272 B
Plaintext
9 lines
272 B
Plaintext
|
# 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.
|