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