xref: /linux/drivers/target/tcm_remote/Kconfig (revision 1ac731c529cd4d6adbce134754b51ff7d822b145)
1*075a5d35SDmitry Bogdanov# SPDX-License-Identifier: GPL-2.0-only
2*075a5d35SDmitry Bogdanovconfig REMOTE_TARGET
3*075a5d35SDmitry Bogdanov	tristate "TCM Virtual Remote target"
4*075a5d35SDmitry Bogdanov	depends on SCSI
5*075a5d35SDmitry Bogdanov	help
6*075a5d35SDmitry Bogdanov	  Say Y here to enable the TCM Virtual Remote fabric
7*075a5d35SDmitry Bogdanov	  That fabric is a dummy fabric to tell TCM about configuration
8*075a5d35SDmitry Bogdanov	  of TPG/ACL/LUN on peer nodes in a cluster.
9