Commit 9ba136d0 authored by Kristian Høgsberg's avatar Kristian Høgsberg Committed by Stefan Richter

firewire: Add SBP-2 protocol driver for storage devices.

Signed-off-by: default avatarKristian Høgsberg <krh@redhat.com>
Signed-off-by: default avatarStefan Richter <stefanr@s5r6.in-berlin.de>
parent ed568912
...@@ -31,4 +31,16 @@ config FW_OHCI ...@@ -31,4 +31,16 @@ config FW_OHCI
To compile this driver as a module, say M here: the To compile this driver as a module, say M here: the
module will be called fw-ohci. 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 endmenu
...@@ -7,3 +7,4 @@ fw-core-objs := fw-card.o fw-topology.o fw-transaction.o fw-iso.o \ ...@@ -7,3 +7,4 @@ fw-core-objs := fw-card.o fw-topology.o fw-transaction.o fw-iso.o \
obj-$(CONFIG_FW) += fw-core.o obj-$(CONFIG_FW) += fw-core.o
obj-$(CONFIG_FW_OHCI) += fw-ohci.o obj-$(CONFIG_FW_OHCI) += fw-ohci.o
obj-$(CONFIG_FW_SBP2) += fw-sbp2.o
\ No newline at end of file
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment