diff options
Diffstat (limited to 'drivers/target/tcm_remote/Kconfig')
-rw-r--r-- | drivers/target/tcm_remote/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/target/tcm_remote/Kconfig b/drivers/target/tcm_remote/Kconfig new file mode 100644 index 0000000000..e6bebb5fe6 --- /dev/null +++ b/drivers/target/tcm_remote/Kconfig @@ -0,0 +1,8 @@ +# SPDX-License-Identifier: GPL-2.0-only +config REMOTE_TARGET + tristate "TCM Virtual Remote target" + depends on SCSI + help + Say Y here to enable the TCM Virtual Remote fabric + That fabric is a dummy fabric to tell TCM about configuration + of TPG/ACL/LUN on peer nodes in a cluster. |