Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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

parent ed568912
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -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
+1 −0
Original line number Diff line number Diff line
@@ -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
 No newline at end of file
+1073 −0

File added.

Preview size limit exceeded, changes collapsed.