aboutsummaryrefslogtreecommitdiff
path: root/drivers/firewire/Kconfig
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@redhat.com>2006-12-19 19:58:40 -0500
committerStefan Richter <stefanr@s5r6.in-berlin.de>2007-03-09 22:02:34 +0100
commit9ba136d0fe5a3dd33533b4a2a21156aa22f80ebe (patch)
tree917fec1447a82f7bfa4e9e89f8a33cc65e412626 /drivers/firewire/Kconfig
parented5689122f4cdb5cb8c6770ad1a2c8561b32d9b3 (diff)
firewire: Add SBP-2 protocol driver for storage devices.
Signed-off-by: Kristian Høgsberg <krh@redhat.com> Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Diffstat (limited to 'drivers/firewire/Kconfig')
-rw-r--r--drivers/firewire/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/firewire/Kconfig b/drivers/firewire/Kconfig
index b3863344617..bfab4b32cdc 100644
--- a/drivers/firewire/Kconfig
+++ b/drivers/firewire/Kconfig
@@ -31,4 +31,16 @@ config FW_OHCI
To compile this driver as a module, say M here: the
module will be called fw-ohci.
+config FW_SBP2
+ tristate "Support for storage devices (SBP-2 protocol driver)"
+ depends on FW && SCSI
+ help
+ This option enables you to use SBP-2 devices connected to an
+ firewire bus. SBP-2 devices include storage devices like
+ harddisks and DVD drives, also some other FireWire devices
+ like scanners.
+
+ You should also enable support for disks, CD-ROMs, etc. in the SCSI
+ configuration section.
+
endmenu