David Brazdil | 0f672f6 | 2019-12-10 10:32:29 +0000 | [diff] [blame^] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 2 | config 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. |