13 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config SBP_TARGET3 tristate "FireWire SBP-2 fabric module"4 depends on FIREWIRE5 help6 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 FireWire8 bus, for example hard disks. Similar to FireWire Target Disk mode on9 many Apple computers.10 11 To compile this driver as a module, say M here: The module will be12 called sbp-target.13