]>
Commit | Line | Data |
---|---|---|
5d7db049 | 1 | menu "IEEE 1394 (FireWire) support" |
655fc39b | 2 | depends on HAS_DMA |
b3d681a4 | 3 | depends on PCI || COMPILE_TEST |
5d7db049 SR |
4 | # firewire-core does not depend on PCI but is |
5 | # not useful without PCI controller driver | |
6 | ||
11f494ee | 7 | config FIREWIRE |
0c53decd | 8 | tristate "FireWire driver stack" |
e175569c | 9 | select CRC_ITU_T |
3038e353 | 10 | help |
0c53decd SR |
11 | This is the new-generation IEEE 1394 (FireWire) driver stack |
12 | a.k.a. Juju, a new implementation designed for robustness and | |
13 | simplicity. | |
14 | See http://ieee1394.wiki.kernel.org/index.php/Juju_Migration | |
15 | for information about migration from the older Linux 1394 stack | |
16 | to the new driver stack. | |
3038e353 | 17 | |
fe77d4f2 | 18 | To compile this driver as a module, say M here: the module will be |
f05e21b3 SR |
19 | called firewire-core. |
20 | ||
11f494ee | 21 | config FIREWIRE_OHCI |
a7b64b87 | 22 | tristate "OHCI-1394 controllers" |
7a39d8b8 | 23 | depends on PCI && FIREWIRE && MMU |
ed568912 | 24 | help |
35b7541c | 25 | Enable this driver if you have a FireWire controller based |
ed568912 KH |
26 | on the OHCI specification. For all practical purposes, this |
27 | is the only chipset in use, so say Y here. | |
28 | ||
227e7d81 | 29 | To compile this driver as a module, say M here: The module will be |
5d7db049 | 30 | called firewire-ohci. |
ed568912 | 31 | |
11f494ee | 32 | config FIREWIRE_SBP2 |
a7b64b87 | 33 | tristate "Storage devices (SBP-2 protocol)" |
11f494ee | 34 | depends on FIREWIRE && SCSI |
9ba136d0 | 35 | help |
35b7541c SR |
36 | This option enables you to use SBP-2 devices connected to a |
37 | FireWire bus. SBP-2 devices include storage devices like | |
9ba136d0 KH |
38 | harddisks and DVD drives, also some other FireWire devices |
39 | like scanners. | |
40 | ||
227e7d81 | 41 | To compile this driver as a module, say M here: The module will be |
5d7db049 | 42 | called firewire-sbp2. |
227e7d81 | 43 | |
9ba136d0 KH |
44 | You should also enable support for disks, CD-ROMs, etc. in the SCSI |
45 | configuration section. | |
b9530fd6 SR |
46 | |
47 | config FIREWIRE_NET | |
32471997 SR |
48 | tristate "IP networking over 1394" |
49 | depends on FIREWIRE && INET | |
b9530fd6 | 50 | help |
cb6bf355 YH |
51 | This enables IPv4/IPv6 over IEEE 1394, providing IP connectivity |
52 | with other implementations of RFC 2734/3146 as found on several | |
53 | operating systems. Multicast support is currently limited. | |
b9530fd6 SR |
54 | |
55 | To compile this driver as a module, say M here: The module will be | |
5d7db049 SR |
56 | called firewire-net. |
57 | ||
28646821 SR |
58 | config FIREWIRE_NOSY |
59 | tristate "Nosy - a FireWire traffic sniffer for PCILynx cards" | |
60 | depends on PCI | |
61 | help | |
62 | Nosy is an IEEE 1394 packet sniffer that is used for protocol | |
63 | analysis and in development of IEEE 1394 drivers, applications, | |
64 | or firmwares. | |
65 | ||
66 | This driver lets you use a Texas Instruments PCILynx 1394 to PCI | |
67 | link layer controller TSB12LV21/A/B as a low-budget bus analyzer. | |
68 | PCILynx is a nowadays very rare IEEE 1394 controller which is | |
69 | not OHCI 1394 compliant. | |
70 | ||
71 | The following cards are known to be based on PCILynx or PCILynx-2: | |
72 | IOI IOI-1394TT (PCI card), Unibrain Fireboard 400 PCI Lynx-2 | |
73 | (PCI card), Newer Technology FireWire 2 Go (CardBus card), | |
8fd2af11 SR |
74 | Apple Power Mac G3 blue & white and G4 with PCI graphics |
75 | (onboard controller). | |
28646821 SR |
76 | |
77 | To compile this driver as a module, say M here: The module will be | |
9f6d3c4b SR |
78 | called nosy. Source code of a userspace interface to nosy, called |
79 | nosy-dump, can be found in tools/firewire/ of the kernel sources. | |
28646821 SR |
80 | |
81 | If unsure, say N. | |
82 | ||
5d7db049 | 83 | endmenu |