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>
This commit is contained in:
parent
ed5689122f
commit
9ba136d0fe
|
@ -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
|
||||
|
|
|
@ -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_OHCI) += fw-ohci.o
|
||||
obj-$(CONFIG_FW_SBP2) += fw-sbp2.o
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue