Linux Audio

Check our new training course

Loading...
v3.1
 
1config LOOPBACK_TARGET
2	tristate "TCM Virtual SAS target and Linux/SCSI LDD fabric loopback module"
 
3	help
4	  Say Y here to enable the TCM Virtual SAS target and Linux/SCSI LLD
5	  fabric loopback module.
v6.8
1# SPDX-License-Identifier: GPL-2.0-only
2config LOOPBACK_TARGET
3	tristate "TCM Virtual SAS target and Linux/SCSI LDD fabric loopback module"
4	depends on SCSI
5	help
6	  Say Y here to enable the TCM Virtual SAS target and Linux/SCSI LLD
7	  fabric loopback module.