Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Chris Boot | a511ce3 | 2012-04-14 17:50:35 -0700 | [diff] [blame] | 2 | config SBP_TARGET |
| 3 | tristate "FireWire SBP-2 fabric module" |
Kees Cook | 314da1a | 2012-11-05 15:04:34 -0800 | [diff] [blame] | 4 | depends on FIREWIRE |
Chris Boot | a511ce3 | 2012-04-14 17:50:35 -0700 | [diff] [blame] | 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. |