blob: e02096cf7d95bfa383bddb703bbfbff6b782e688 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001config IEEE1394
Stefan Richter0c53dec2009-06-16 22:36:34 +02002 tristate "Legacy alternative FireWire driver stack"
Stefan Richter09a9a452006-06-25 05:46:44 -07003 depends on PCI || BROKEN
Linus Torvalds1da177e2005-04-16 15:20:36 -07004 help
5 IEEE 1394 describes a high performance serial bus, which is also
6 known as FireWire(tm) or i.Link(tm) and is used for connecting all
7 sorts of devices (most notably digital video cameras) to your
8 computer.
9
10 If you have FireWire hardware and want to use it, say Y here. This
11 is the core support only, you will also need to select a driver for
12 your IEEE 1394 adapter.
13
Stefan Richter5d7db042009-12-26 01:36:53 +010014 To compile this driver as a module, say M here: the module will be
15 called ieee1394.
16
17 NOTE:
18 ieee1394 is superseded by the newer firewire-core driver. See
19 http://ieee1394.wiki.kernel.org/index.php/Juju_Migration for
20 further information on how to switch to the new FireWire drivers.
Linus Torvalds1da177e2005-04-16 15:20:36 -070021
Stefan Richter9499fe22008-06-16 01:39:28 +020022config IEEE1394_OHCI1394
23 tristate "OHCI-1394 controllers"
24 depends on PCI && IEEE1394
Linus Torvalds1da177e2005-04-16 15:20:36 -070025 help
Stefan Richter9499fe22008-06-16 01:39:28 +020026 Enable this driver if you have an IEEE 1394 controller based on the
27 OHCI-1394 specification. The current driver is only tested with OHCI
28 chipsets made by Texas Instruments and NEC. Most third-party vendors
29 use one of these chipsets. It should work with any OHCI-1394
30 compliant card, however.
Linus Torvalds1da177e2005-04-16 15:20:36 -070031
Stefan Richter5d7db042009-12-26 01:36:53 +010032 To compile this driver as a module, say M here: the module will be
33 called ohci1394.
Linus Torvalds1da177e2005-04-16 15:20:36 -070034
Stefan Richter9499fe22008-06-16 01:39:28 +020035 NOTE:
Stefan Richter5d7db042009-12-26 01:36:53 +010036 ohci1394 is superseded by the newer firewire-ohci driver. See
37 http://ieee1394.wiki.kernel.org/index.php/Juju_Migration for
38 further information on how to switch to the new FireWire drivers.
39
Stefan Richter0c53dec2009-06-16 22:36:34 +020040 If you want to install firewire-ohci and ohci1394 together, you
41 should configure them only as modules and blacklist the driver(s)
42 which you don't want to have auto-loaded. Add either
Stefan Richter9499fe22008-06-16 01:39:28 +020043
Stefan Richter9499fe22008-06-16 01:39:28 +020044 blacklist ohci1394
45 blacklist video1394
46 blacklist dv1394
Stefan Richter5d7db042009-12-26 01:36:53 +010047 or
48 blacklist firewire-ohci
Stefan Richter9499fe22008-06-16 01:39:28 +020049
50 to /etc/modprobe.conf or /etc/modprobe.d/* and update modprobe.conf
Stefan Richter0c53dec2009-06-16 22:36:34 +020051 depending on your distribution.
Stefan Richter9499fe22008-06-16 01:39:28 +020052
53comment "PCILynx controller requires I2C"
Linus Torvalds1da177e2005-04-16 15:20:36 -070054 depends on IEEE1394 && I2C=n
55
56config IEEE1394_PCILYNX
Stefan Richter9499fe22008-06-16 01:39:28 +020057 tristate "PCILynx controller"
Linus Torvalds1da177e2005-04-16 15:20:36 -070058 depends on PCI && IEEE1394 && I2C
59 select I2C_ALGOBIT
60 help
61 Say Y here if you have an IEEE-1394 controller with the Texas
62 Instruments PCILynx chip. Note: this driver is written for revision
63 2 of this chip and may not work with revision 0.
64
Stefan Richter5d7db042009-12-26 01:36:53 +010065 To compile this driver as a module, say M here: the module will be
66 called pcilynx.
Linus Torvalds1da177e2005-04-16 15:20:36 -070067
Stefan Richter3f94aa42007-04-21 20:54:37 +020068 Only some old and now very rare PCI and CardBus cards and
69 PowerMacs G3 B&W contain the PCILynx controller. Therefore
70 almost everybody can say N here.
71
Stefan Richterb8092892006-08-30 18:22:00 +020072comment "SBP-2 support (for storage devices) requires SCSI"
73 depends on IEEE1394 && SCSI=n
74
Linus Torvalds1da177e2005-04-16 15:20:36 -070075config IEEE1394_SBP2
Stefan Richter9499fe22008-06-16 01:39:28 +020076 tristate "Storage devices (SBP-2 protocol)"
Stefan Richter9b7d9c02006-11-22 21:44:34 +010077 depends on IEEE1394 && SCSI
Linus Torvalds1da177e2005-04-16 15:20:36 -070078 help
Stefan Richterb8092892006-08-30 18:22:00 +020079 This option enables you to use SBP-2 devices connected to an IEEE
80 1394 bus. SBP-2 devices include storage devices like harddisks and
81 DVD drives, also some other FireWire devices like scanners.
82
83 You should also enable support for disks, CD-ROMs, etc. in the SCSI
84 configuration section.
Linus Torvalds1da177e2005-04-16 15:20:36 -070085
Stefan Richter5d7db042009-12-26 01:36:53 +010086 To compile this driver as a module, say M here: the module will be
87 called sbp2.
88
89 NOTE:
90 sbp2 is superseded by the newer firewire-sbp2 driver. See
91 http://ieee1394.wiki.kernel.org/index.php/Juju_Migration for
92 further information on how to switch to the new FireWire drivers.
93
Linus Torvalds1da177e2005-04-16 15:20:36 -070094config IEEE1394_SBP2_PHYS_DMA
Ben Collinsbccbccd2006-06-12 18:14:36 -040095 bool "Enable replacement for physical DMA in SBP2"
Stefan Richtere4f8cac2007-07-21 17:51:22 +020096 depends on IEEE1394_SBP2 && VIRT_TO_BUS && EXPERIMENTAL
Ben Collinsbccbccd2006-06-12 18:14:36 -040097 help
98 This builds sbp2 for use with non-OHCI host adapters which do not
99 support physical DMA or for when ohci1394 is run with phys_dma=0.
Matt LaPlante09509602006-10-03 22:31:37 +0200100 Physical DMA is data movement without assistance of the drivers'
Ben Collinsbccbccd2006-06-12 18:14:36 -0400101 interrupt handlers. This option includes the interrupt handlers
102 that are required in absence of this hardware feature.
103
104 This option is buggy and currently broken on some architectures.
105 If unsure, say N.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700106
Stefan Richter70093cf2007-03-27 01:36:50 +0200107config IEEE1394_ETH1394_ROM_ENTRY
108 depends on IEEE1394
109 bool
110 default n
111
Linus Torvalds1da177e2005-04-16 15:20:36 -0700112config IEEE1394_ETH1394
Stefan Richter0c53dec2009-06-16 22:36:34 +0200113 tristate "IP networking over 1394 (experimental)"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700114 depends on IEEE1394 && EXPERIMENTAL && INET
Stefan Richter70093cf2007-03-27 01:36:50 +0200115 select IEEE1394_ETH1394_ROM_ENTRY
Linus Torvalds1da177e2005-04-16 15:20:36 -0700116 help
117 This driver implements a functional majority of RFC 2734: IPv4 over
118 1394. It will provide IP connectivity with implementations of RFC
119 2734 found on other operating systems. It will not communicate with
120 older versions of this driver found in stock kernels prior to 2.6.3.
121 This driver is still considered experimental. It does not yet support
122 MCAP, therefore multicast support is significantly limited.
123
Stefan Richter70093cf2007-03-27 01:36:50 +0200124 The module is called eth1394 although it does not emulate Ethernet.
125
Stefan Richter5d7db042009-12-26 01:36:53 +0100126 NOTE:
127 eth1394 is superseded by the newer firewire-net driver. See
128 http://ieee1394.wiki.kernel.org/index.php/Juju_Migration for
129 further information on how to switch to the new FireWire drivers.
130
Stefan Richter9499fe22008-06-16 01:39:28 +0200131config IEEE1394_RAWIO
132 tristate "raw1394 userspace interface"
133 depends on IEEE1394
134 help
135 This option adds support for the raw1394 device file which enables
136 direct communication of user programs with IEEE 1394 devices
137 (isochronous and asynchronous). Almost all application programs
138 which access FireWire require this option.
139
140 To compile this driver as a module, say M here: the module will be
141 called raw1394.
142
Stefan Richter5d7db042009-12-26 01:36:53 +0100143 NOTE:
144 raw1394 is superseded by the newer firewire-core driver. See
145 http://ieee1394.wiki.kernel.org/index.php/Juju_Migration for
146 further information on how to switch to the new FireWire drivers.
147
Stefan Richter9499fe22008-06-16 01:39:28 +0200148config IEEE1394_VIDEO1394
149 tristate "video1394 userspace interface"
150 depends on IEEE1394 && IEEE1394_OHCI1394
151 help
152 This option adds support for the video1394 device files which enable
153 isochronous communication of user programs with IEEE 1394 devices,
154 especially video capture or export. This interface is used by all
155 libdc1394 based programs and by several other programs, in addition to
156 the raw1394 interface. It is generally not required for DV capture.
157
158 To compile this driver as a module, say M here: the module will be
159 called video1394.
160
Stefan Richter5d7db042009-12-26 01:36:53 +0100161 NOTE:
162 video1394 is superseded by the newer firewire-core driver. See
163 http://ieee1394.wiki.kernel.org/index.php/Juju_Migration for
164 further information on how to switch to the new FireWire drivers.
165
Linus Torvalds1da177e2005-04-16 15:20:36 -0700166config IEEE1394_DV1394
Stefan Richter9499fe22008-06-16 01:39:28 +0200167 tristate "dv1394 userspace interface (deprecated)"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700168 depends on IEEE1394 && IEEE1394_OHCI1394
169 help
Stefan Richter199c1162007-03-22 00:40:06 +0100170 The dv1394 driver is unsupported and may be removed from Linux in a
Stefan Richter5d7db042009-12-26 01:36:53 +0100171 future release. Its functionality is now provided by either
172 raw1394 or firewire-core together with libraries such as libiec61883.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700173
Stefan Richter9499fe22008-06-16 01:39:28 +0200174config IEEE1394_VERBOSEDEBUG
175 bool "Excessive debugging output"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700176 depends on IEEE1394
177 help
Stefan Richter9499fe22008-06-16 01:39:28 +0200178 If you say Y here, you will get very verbose debugging logs from the
179 ieee1394 drivers, including sent and received packet headers. This
180 will quickly result in large amounts of data sent to the system log.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700181
Stefan Richter9499fe22008-06-16 01:39:28 +0200182 Say Y if you really need the debugging output. Everyone else says N.