forked from mjg59/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Kristian Høgsberg <[email protected]> Signed-off-by: Stefan Richter <[email protected]>
- Loading branch information
Kristian Høgsberg
authored and
Stefan Richter
committed
Mar 9, 2007
1 parent
08e15e8
commit 3038e35
Showing
10 changed files
with
2,235 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# -*- shell-script -*- | ||
|
||
menu "IEEE 1394 (FireWire) support (JUJU alternative stack)" | ||
|
||
config FW | ||
tristate "IEEE 1394 (FireWire) support (JUJU alternative stack)" | ||
help | ||
IEEE 1394 describes a high performance serial bus, which is also | ||
known as FireWire(tm) or i.Link(tm) and is used for connecting all | ||
sorts of devices (most notably digital video cameras) to your | ||
computer. | ||
|
||
If you have FireWire hardware and want to use it, say Y here. This | ||
is the core support only, you will also need to select a driver for | ||
your IEEE 1394 adapter. | ||
|
||
This is the "JUJU" firewire stack, an alternative | ||
implementation designed for roboustness and simplicity. | ||
|
||
To compile this driver as a module, say M here: the | ||
module will be called fw-core. | ||
|
||
endmenu |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# | ||
# Makefile for the Linux IEEE 1394 implementation | ||
# | ||
|
||
fw-core-objs := fw-card.o fw-topology.o fw-transaction.o fw-iso.o | ||
|
||
obj-$(CONFIG_FW) += fw-core.o |
Oops, something went wrong.