blob: 49009b489f3762f22845d1041f5465924967e248 [file] [log] [blame]
Stefan Richter5d7db042009-12-26 01:36:53 +01001menu "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
Stefan Richter11f494e2007-03-18 01:39:28 +01006config FIREWIRE
Stefan Richter0c53dec2009-06-16 22:36:34 +02007 tristate "FireWire driver stack"
Kristian Høgsberge1755692007-05-07 20:33:31 -04008 select CRC_ITU_T
Kristian Høgsberg3038e352006-12-19 19:58:27 -05009 help
Stefan Richter0c53dec2009-06-16 22:36:34 +020010 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.
Kristian Høgsberg3038e352006-12-19 19:58:27 -050016
Stefan Richterfe77d4f2007-06-25 22:18:40 +020017 To compile this driver as a module, say M here: the module will be
Stefan Richterf05e21b2008-07-25 16:24:19 +020018 called firewire-core.
19
Stefan Richter11f494e2007-03-18 01:39:28 +010020config FIREWIRE_OHCI
Stefan Richtera7b64b82008-06-14 14:24:53 +020021 tristate "OHCI-1394 controllers"
Clemens Ladisch7a39d8b2010-11-26 08:57:31 +010022 depends on PCI && FIREWIRE && MMU
Kristian Høgsberged568912006-12-19 19:58:35 -050023 help
Stefan Richter35b75412007-01-04 18:35:00 +010024 Enable this driver if you have a FireWire controller based
Kristian Høgsberged568912006-12-19 19:58:35 -050025 on the OHCI specification. For all practical purposes, this
26 is the only chipset in use, so say Y here.
27
Stefan Richter227e7d82007-01-07 22:33:59 +010028 To compile this driver as a module, say M here: The module will be
Stefan Richter5d7db042009-12-26 01:36:53 +010029 called firewire-ohci.
Kristian Høgsberged568912006-12-19 19:58:35 -050030
Stefan Richterad3c0fe2008-03-20 22:04:36 +010031config FIREWIRE_OHCI_DEBUG
32 bool
33 depends on FIREWIRE_OHCI
34 default y
35
Stefan Richter11f494e2007-03-18 01:39:28 +010036config FIREWIRE_SBP2
Stefan Richtera7b64b82008-06-14 14:24:53 +020037 tristate "Storage devices (SBP-2 protocol)"
Stefan Richter11f494e2007-03-18 01:39:28 +010038 depends on FIREWIRE && SCSI
Kristian Høgsberg9ba136d2006-12-19 19:58:40 -050039 help
Stefan Richter35b75412007-01-04 18:35:00 +010040 This option enables you to use SBP-2 devices connected to a
41 FireWire bus. SBP-2 devices include storage devices like
Kristian Høgsberg9ba136d2006-12-19 19:58:40 -050042 harddisks and DVD drives, also some other FireWire devices
43 like scanners.
44
Stefan Richter227e7d82007-01-07 22:33:59 +010045 To compile this driver as a module, say M here: The module will be
Stefan Richter5d7db042009-12-26 01:36:53 +010046 called firewire-sbp2.
Stefan Richter227e7d82007-01-07 22:33:59 +010047
Kristian Høgsberg9ba136d2006-12-19 19:58:40 -050048 You should also enable support for disks, CD-ROMs, etc. in the SCSI
49 configuration section.
Stefan Richterb9530fd2009-06-07 22:57:53 +020050
51config FIREWIRE_NET
Stefan Richter0c53dec2009-06-16 22:36:34 +020052 tristate "IP networking over 1394 (EXPERIMENTAL)"
53 depends on FIREWIRE && INET && EXPERIMENTAL
Stefan Richterb9530fd2009-06-07 22:57:53 +020054 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
Stefan Richter0c53dec2009-06-16 22:36:34 +020059 NOTE, this driver is not stable yet!
60
Stefan Richterb9530fd2009-06-07 22:57:53 +020061 To compile this driver as a module, say M here: The module will be
Stefan Richter5d7db042009-12-26 01:36:53 +010062 called firewire-net.
63
Stefan Richter28646822010-07-27 10:26:33 +020064config 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),
Stefan Richter8fd2af12011-01-23 12:26:51 +010080 Apple Power Mac G3 blue & white and G4 with PCI graphics
81 (onboard controller).
Stefan Richter28646822010-07-27 10:26:33 +020082
83 To compile this driver as a module, say M here: The module will be
Stefan Richter9f6d3c42010-07-22 11:58:05 +020084 called nosy. Source code of a userspace interface to nosy, called
85 nosy-dump, can be found in tools/firewire/ of the kernel sources.
Stefan Richter28646822010-07-27 10:26:33 +020086
87 If unsure, say N.
88
Stefan Richter5d7db042009-12-26 01:36:53 +010089endmenu