blob: 4199849e37585181eace8176b55d4e81cbfd06db [file] [log] [blame]
Stefan Richter5d7db042009-12-26 01:36:53 +01001menu "IEEE 1394 (FireWire) support"
Jean Delvareb3d681a2014-05-15 15:29:23 +02002 depends on PCI || COMPILE_TEST
Stefan Richter5d7db042009-12-26 01:36:53 +01003 # 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 Richter11f494e2007-03-18 01:39:28 +010031config FIREWIRE_SBP2
Stefan Richtera7b64b82008-06-14 14:24:53 +020032 tristate "Storage devices (SBP-2 protocol)"
Stefan Richter11f494e2007-03-18 01:39:28 +010033 depends on FIREWIRE && SCSI
Kristian Høgsberg9ba136d2006-12-19 19:58:40 -050034 help
Stefan Richter35b75412007-01-04 18:35:00 +010035 This option enables you to use SBP-2 devices connected to a
36 FireWire bus. SBP-2 devices include storage devices like
Kristian Høgsberg9ba136d2006-12-19 19:58:40 -050037 harddisks and DVD drives, also some other FireWire devices
38 like scanners.
39
Stefan Richter227e7d82007-01-07 22:33:59 +010040 To compile this driver as a module, say M here: The module will be
Stefan Richter5d7db042009-12-26 01:36:53 +010041 called firewire-sbp2.
Stefan Richter227e7d82007-01-07 22:33:59 +010042
Kristian Høgsberg9ba136d2006-12-19 19:58:40 -050043 You should also enable support for disks, CD-ROMs, etc. in the SCSI
44 configuration section.
Stefan Richterb9530fd2009-06-07 22:57:53 +020045
46config FIREWIRE_NET
Stefan Richter32471992011-01-20 00:07:46 +010047 tristate "IP networking over 1394"
48 depends on FIREWIRE && INET
Stefan Richterb9530fd2009-06-07 22:57:53 +020049 help
YOSHIFUJI Hideaki / 吉藤英明cb6bf352013-03-25 08:26:24 +000050 This enables IPv4/IPv6 over IEEE 1394, providing IP connectivity
51 with other implementations of RFC 2734/3146 as found on several
52 operating systems. Multicast support is currently limited.
Stefan Richterb9530fd2009-06-07 22:57:53 +020053
54 To compile this driver as a module, say M here: The module will be
Stefan Richter5d7db042009-12-26 01:36:53 +010055 called firewire-net.
56
Stefan Richter28646822010-07-27 10:26:33 +020057config FIREWIRE_NOSY
58 tristate "Nosy - a FireWire traffic sniffer for PCILynx cards"
59 depends on PCI
60 help
61 Nosy is an IEEE 1394 packet sniffer that is used for protocol
62 analysis and in development of IEEE 1394 drivers, applications,
63 or firmwares.
64
65 This driver lets you use a Texas Instruments PCILynx 1394 to PCI
66 link layer controller TSB12LV21/A/B as a low-budget bus analyzer.
67 PCILynx is a nowadays very rare IEEE 1394 controller which is
68 not OHCI 1394 compliant.
69
70 The following cards are known to be based on PCILynx or PCILynx-2:
71 IOI IOI-1394TT (PCI card), Unibrain Fireboard 400 PCI Lynx-2
72 (PCI card), Newer Technology FireWire 2 Go (CardBus card),
Stefan Richter8fd2af12011-01-23 12:26:51 +010073 Apple Power Mac G3 blue & white and G4 with PCI graphics
74 (onboard controller).
Stefan Richter28646822010-07-27 10:26:33 +020075
76 To compile this driver as a module, say M here: The module will be
Stefan Richter9f6d3c42010-07-22 11:58:05 +020077 called nosy. Source code of a userspace interface to nosy, called
78 nosy-dump, can be found in tools/firewire/ of the kernel sources.
Stefan Richter28646822010-07-27 10:26:33 +020079
80 If unsure, say N.
81
Stefan Richter5d7db042009-12-26 01:36:53 +010082endmenu