Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 57060
b: refs/heads/master
c: 9a60731
h: refs/heads/master
v: v3
  • Loading branch information
Stefan Richter committed May 27, 2007
1 parent 72c8c94 commit 6fba4b5
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 13 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ec839e43fbe1b1ab74264ac510f6cd9c8e8334a4
refs/heads/master: 9a60731d0036a6c6c265acd4248c17fd24fc8e13
14 changes: 7 additions & 7 deletions trunk/drivers/firewire/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ config FIREWIRE
your IEEE 1394 adapter.

To compile this driver as a module, say M here: the module will be
called fw-core.
called firewire-core.

This is the "JUJU" FireWire stack, an alternative implementation
designed for robustness and simplicity. You can build either this
Expand All @@ -34,11 +34,11 @@ config FIREWIRE_OHCI
is the only chipset in use, so say Y here.

To compile this driver as a module, say M here: The module will be
called fw-ohci.
called firewire-ohci.

If you also build ohci1394 of the classic IEEE 1394 driver stack,
blacklist either ohci1394 or fw-ohci to let hotplug load the desired
driver.
blacklist either ohci1394 or firewire-ohci to let hotplug load the
desired driver.

config FIREWIRE_SBP2
tristate "Support for storage devices (SBP-2 protocol driver)"
Expand All @@ -50,12 +50,12 @@ config FIREWIRE_SBP2
like scanners.

To compile this driver as a module, say M here: The module will be
called fw-sbp2.
called firewire-sbp2.

You should also enable support for disks, CD-ROMs, etc. in the SCSI
configuration section.

If you also build sbp2 of the classic IEEE 1394 driver stack,
blacklist either sbp2 or fw-sbp2 to let hotplug load the desired
driver.
blacklist either sbp2 or firewire-sbp2 to let hotplug load the
desired driver.

12 changes: 7 additions & 5 deletions trunk/drivers/firewire/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
# Makefile for the Linux IEEE 1394 implementation
#

fw-core-y += fw-card.o fw-topology.o fw-transaction.o fw-iso.o \
fw-device.o fw-cdev.o
firewire-core-y += fw-card.o fw-topology.o fw-transaction.o fw-iso.o \
fw-device.o fw-cdev.o
firewire-ohci-y += fw-ohci.o
firewire-sbp2-y += fw-sbp2.o

obj-$(CONFIG_FIREWIRE) += fw-core.o
obj-$(CONFIG_FIREWIRE_OHCI) += fw-ohci.o
obj-$(CONFIG_FIREWIRE_SBP2) += fw-sbp2.o
obj-$(CONFIG_FIREWIRE) += firewire-core.o
obj-$(CONFIG_FIREWIRE_OHCI) += firewire-ohci.o
obj-$(CONFIG_FIREWIRE_SBP2) += firewire-sbp2.o

0 comments on commit 6fba4b5

Please sign in to comment.