xref: /linux/drivers/target/sbp/Kconfig (revision ec8f24b7)
1*ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
2a511ce33SChris Bootconfig SBP_TARGET
3a511ce33SChris Boot	tristate "FireWire SBP-2 fabric module"
4314da1aaSKees Cook	depends on FIREWIRE
5a511ce33SChris Boot	help
6a511ce33SChris Boot	  Say Y or M here to enable SCSI target functionality over FireWire.
7a511ce33SChris Boot	  This enables you to expose SCSI devices to other nodes on the FireWire
8a511ce33SChris Boot	  bus, for example hard disks. Similar to FireWire Target Disk mode on
9a511ce33SChris Boot	  many Apple computers.
10a511ce33SChris Boot
11a511ce33SChris Boot	  To compile this driver as a module, say M here: The module will be
12a511ce33SChris Boot	  called sbp-target.
13