blob: 145974f9662b63e603e18ac40a013f1f9a8ba2ad [file] [log] [blame]
Stefan Richter5d7db042009-12-26 01:36:53 +01001menu "IEEE 1394 (FireWire) support"
Geert Uytterhoeven655fc392014-07-09 21:04:00 +02002 depends on HAS_DMA
Jean Delvareb3d681a2014-05-15 15:29:23 +02003 depends on PCI || COMPILE_TEST
Stefan Richter5d7db042009-12-26 01:36:53 +01004 # firewire-core does not depend on PCI but is
5 # not useful without PCI controller driver
6
Stefan Richter11f494e2007-03-18 01:39:28 +01007config FIREWIRE
Stefan Richter0c53dec2009-06-16 22:36:34 +02008 tristate "FireWire driver stack"
Kristian Høgsberge1755692007-05-07 20:33:31 -04009 select CRC_ITU_T
Kristian Høgsberg3038e352006-12-19 19:58:27 -050010 help
Stefan Richter0c53dec2009-06-16 22:36:34 +020011 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.
Kristian Høgsberg3038e352006-12-19 19:58:27 -050017
Stefan Richterfe77d4f2007-06-25 22:18:40 +020018 To compile this driver as a module, say M here: the module will be
Stefan Richterf05e21b2008-07-25 16:24:19 +020019 called firewire-core.
20
Stefan Richter11f494e2007-03-18 01:39:28 +010021config FIREWIRE_OHCI
Stefan Richtera7b64b82008-06-14 14:24:53 +020022 tristate "OHCI-1394 controllers"
Clemens Ladisch7a39d8b2010-11-26 08:57:31 +010023 depends on PCI && FIREWIRE && MMU
Kristian Høgsberged568912006-12-19 19:58:35 -050024 help
Stefan Richter35b75412007-01-04 18:35:00 +010025 Enable this driver if you have a FireWire controller based
Kristian Høgsberged568912006-12-19 19:58:35 -050026 on the OHCI specification. For all practical purposes, this
27 is the only chipset in use, so say Y here.
28
Stefan Richter227e7d82007-01-07 22:33:59 +010029 To compile this driver as a module, say M here: The module will be
Stefan Richter5d7db042009-12-26 01:36:53 +010030 called firewire-ohci.
Kristian Høgsberged568912006-12-19 19:58:35 -050031
Stefan Richter11f494e2007-03-18 01:39:28 +010032config FIREWIRE_SBP2
Stefan Richtera7b64b82008-06-14 14:24:53 +020033 tristate "Storage devices (SBP-2 protocol)"
Stefan Richter11f494e2007-03-18 01:39:28 +010034 depends on FIREWIRE && SCSI
Kristian Høgsberg9ba136d2006-12-19 19:58:40 -050035 help
Stefan Richter35b75412007-01-04 18:35:00 +010036 This option enables you to use SBP-2 devices connected to a
37 FireWire bus. SBP-2 devices include storage devices like
Kristian Høgsberg9ba136d2006-12-19 19:58:40 -050038 harddisks and DVD drives, also some other FireWire devices
39 like scanners.
40
Stefan Richter227e7d82007-01-07 22:33:59 +010041 To compile this driver as a module, say M here: The module will be
Stefan Richter5d7db042009-12-26 01:36:53 +010042 called firewire-sbp2.
Stefan Richter227e7d82007-01-07 22:33:59 +010043
Kristian Høgsberg9ba136d2006-12-19 19:58:40 -050044 You should also enable support for disks, CD-ROMs, etc. in the SCSI
45 configuration section.
Stefan Richterb9530fd2009-06-07 22:57:53 +020046
47config FIREWIRE_NET
Stefan Richter32471992011-01-20 00:07:46 +010048 tristate "IP networking over 1394"
49 depends on FIREWIRE && INET
Stefan Richterb9530fd2009-06-07 22:57:53 +020050 help
YOSHIFUJI Hideaki / 吉藤英明cb6bf352013-03-25 08:26:24 +000051 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.
Stefan Richterb9530fd2009-06-07 22:57:53 +020054
55 To compile this driver as a module, say M here: The module will be
Stefan Richter5d7db042009-12-26 01:36:53 +010056 called firewire-net.
57
Stefan Richter28646822010-07-27 10:26:33 +020058config 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),
Stefan Richter8fd2af12011-01-23 12:26:51 +010074 Apple Power Mac G3 blue & white and G4 with PCI graphics
75 (onboard controller).
Stefan Richter28646822010-07-27 10:26:33 +020076
77 To compile this driver as a module, say M here: The module will be
Stefan Richter9f6d3c42010-07-22 11:58:05 +020078 called nosy. Source code of a userspace interface to nosy, called
79 nosy-dump, can be found in tools/firewire/ of the kernel sources.
Stefan Richter28646822010-07-27 10:26:33 +020080
81 If unsure, say N.
82
Stefan Richter5d7db042009-12-26 01:36:53 +010083endmenu