1# SPDX-License-Identifier: GPL-2.0-only 2config SBP_TARGET 3 tristate "FireWire SBP-2 fabric module" 4 depends on FIREWIRE 5 help 6 Say Y or M here to enable SCSI target functionality over FireWire. 7 This enables you to expose SCSI devices to other nodes on the FireWire 8 bus, for example hard disks. Similar to FireWire Target Disk mode on 9 many Apple computers. 10 11 To compile this driver as a module, say M here: The module will be 12 called sbp-target. 13