blob: f102fcc7e52a73c83df1bec8eab19dc4ebd9f559 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001menu "IEEE 1394 (FireWire) support"
Martin Schwidefskyeeca7a32007-05-10 15:45:56 +02002 depends on PCI || BROKEN
Linus Torvalds1da177e2005-04-16 15:20:36 -07003
Stefan Richter22a38e722006-12-31 17:20:20 +01004source "drivers/firewire/Kconfig"
5
Linus Torvalds1da177e2005-04-16 15:20:36 -07006config IEEE1394
Stefan Richter0c53dec2009-06-16 22:36:34 +02007 tristate "Legacy alternative FireWire driver stack"
Stefan Richter09a9a452006-06-25 05:46:44 -07008 depends on PCI || BROKEN
Linus Torvalds1da177e2005-04-16 15:20:36 -07009 help
10 IEEE 1394 describes a high performance serial bus, which is also
11 known as FireWire(tm) or i.Link(tm) and is used for connecting all
12 sorts of devices (most notably digital video cameras) to your
13 computer.
14
15 If you have FireWire hardware and want to use it, say Y here. This
16 is the core support only, you will also need to select a driver for
17 your IEEE 1394 adapter.
18
19 To compile this driver as a module, say M here: the
20 module will be called ieee1394.
21
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 Richter9499fe22008-06-16 01:39:28 +020032 To compile this driver as a module, say M here: the
33 module will be called ohci1394.
Linus Torvalds1da177e2005-04-16 15:20:36 -070034
Stefan Richter9499fe22008-06-16 01:39:28 +020035 NOTE:
Stefan Richter0c53dec2009-06-16 22:36:34 +020036 If you want to install firewire-ohci and ohci1394 together, you
37 should configure them only as modules and blacklist the driver(s)
38 which you don't want to have auto-loaded. Add either
Stefan Richter9499fe22008-06-16 01:39:28 +020039
40 blacklist firewire-ohci
41 or
42 blacklist ohci1394
43 blacklist video1394
44 blacklist dv1394
45
46 to /etc/modprobe.conf or /etc/modprobe.d/* and update modprobe.conf
Stefan Richter0c53dec2009-06-16 22:36:34 +020047 depending on your distribution.
Stefan Richter9499fe22008-06-16 01:39:28 +020048
49comment "PCILynx controller requires I2C"
Linus Torvalds1da177e2005-04-16 15:20:36 -070050 depends on IEEE1394 && I2C=n
51
52config IEEE1394_PCILYNX
Stefan Richter9499fe22008-06-16 01:39:28 +020053 tristate "PCILynx controller"
Linus Torvalds1da177e2005-04-16 15:20:36 -070054 depends on PCI && IEEE1394 && I2C
55 select I2C_ALGOBIT
56 help
57 Say Y here if you have an IEEE-1394 controller with the Texas
58 Instruments PCILynx chip. Note: this driver is written for revision
59 2 of this chip and may not work with revision 0.
60
61 To compile this driver as a module, say M here: the
62 module will be called pcilynx.
63
Stefan Richter3f94aa42007-04-21 20:54:37 +020064 Only some old and now very rare PCI and CardBus cards and
65 PowerMacs G3 B&W contain the PCILynx controller. Therefore
66 almost everybody can say N here.
67
Stefan Richterb8092892006-08-30 18:22:00 +020068comment "SBP-2 support (for storage devices) requires SCSI"
69 depends on IEEE1394 && SCSI=n
70
Linus Torvalds1da177e2005-04-16 15:20:36 -070071config IEEE1394_SBP2
Stefan Richter9499fe22008-06-16 01:39:28 +020072 tristate "Storage devices (SBP-2 protocol)"
Stefan Richter9b7d9c02006-11-22 21:44:34 +010073 depends on IEEE1394 && SCSI
Linus Torvalds1da177e2005-04-16 15:20:36 -070074 help
Stefan Richterb8092892006-08-30 18:22:00 +020075 This option enables you to use SBP-2 devices connected to an IEEE
76 1394 bus. SBP-2 devices include storage devices like harddisks and
77 DVD drives, also some other FireWire devices like scanners.
78
79 You should also enable support for disks, CD-ROMs, etc. in the SCSI
80 configuration section.
Linus Torvalds1da177e2005-04-16 15:20:36 -070081
82config IEEE1394_SBP2_PHYS_DMA
Ben Collinsbccbccd2006-06-12 18:14:36 -040083 bool "Enable replacement for physical DMA in SBP2"
Stefan Richtere4f8cac2007-07-21 17:51:22 +020084 depends on IEEE1394_SBP2 && VIRT_TO_BUS && EXPERIMENTAL
Ben Collinsbccbccd2006-06-12 18:14:36 -040085 help
86 This builds sbp2 for use with non-OHCI host adapters which do not
87 support physical DMA or for when ohci1394 is run with phys_dma=0.
Matt LaPlante09509602006-10-03 22:31:37 +020088 Physical DMA is data movement without assistance of the drivers'
Ben Collinsbccbccd2006-06-12 18:14:36 -040089 interrupt handlers. This option includes the interrupt handlers
90 that are required in absence of this hardware feature.
91
92 This option is buggy and currently broken on some architectures.
93 If unsure, say N.
Linus Torvalds1da177e2005-04-16 15:20:36 -070094
Stefan Richter70093cf2007-03-27 01:36:50 +020095config IEEE1394_ETH1394_ROM_ENTRY
96 depends on IEEE1394
97 bool
98 default n
99
Linus Torvalds1da177e2005-04-16 15:20:36 -0700100config IEEE1394_ETH1394
Stefan Richter0c53dec2009-06-16 22:36:34 +0200101 tristate "IP networking over 1394 (experimental)"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700102 depends on IEEE1394 && EXPERIMENTAL && INET
Stefan Richter70093cf2007-03-27 01:36:50 +0200103 select IEEE1394_ETH1394_ROM_ENTRY
Linus Torvalds1da177e2005-04-16 15:20:36 -0700104 help
105 This driver implements a functional majority of RFC 2734: IPv4 over
106 1394. It will provide IP connectivity with implementations of RFC
107 2734 found on other operating systems. It will not communicate with
108 older versions of this driver found in stock kernels prior to 2.6.3.
109 This driver is still considered experimental. It does not yet support
110 MCAP, therefore multicast support is significantly limited.
111
Stefan Richter70093cf2007-03-27 01:36:50 +0200112 The module is called eth1394 although it does not emulate Ethernet.
113
Stefan Richter9499fe22008-06-16 01:39:28 +0200114config IEEE1394_RAWIO
115 tristate "raw1394 userspace interface"
116 depends on IEEE1394
117 help
118 This option adds support for the raw1394 device file which enables
119 direct communication of user programs with IEEE 1394 devices
120 (isochronous and asynchronous). Almost all application programs
121 which access FireWire require this option.
122
123 To compile this driver as a module, say M here: the module will be
124 called raw1394.
125
126config IEEE1394_VIDEO1394
127 tristate "video1394 userspace interface"
128 depends on IEEE1394 && IEEE1394_OHCI1394
129 help
130 This option adds support for the video1394 device files which enable
131 isochronous communication of user programs with IEEE 1394 devices,
132 especially video capture or export. This interface is used by all
133 libdc1394 based programs and by several other programs, in addition to
134 the raw1394 interface. It is generally not required for DV capture.
135
136 To compile this driver as a module, say M here: the module will be
137 called video1394.
138
Linus Torvalds1da177e2005-04-16 15:20:36 -0700139config IEEE1394_DV1394
Stefan Richter9499fe22008-06-16 01:39:28 +0200140 tristate "dv1394 userspace interface (deprecated)"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700141 depends on IEEE1394 && IEEE1394_OHCI1394
142 help
Stefan Richter199c1162007-03-22 00:40:06 +0100143 The dv1394 driver is unsupported and may be removed from Linux in a
144 future release. Its functionality is now provided by raw1394 together
145 with libraries such as libiec61883.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700146
Stefan Richter9499fe22008-06-16 01:39:28 +0200147config IEEE1394_VERBOSEDEBUG
148 bool "Excessive debugging output"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700149 depends on IEEE1394
150 help
Stefan Richter9499fe22008-06-16 01:39:28 +0200151 If you say Y here, you will get very verbose debugging logs from the
152 ieee1394 drivers, including sent and received packet headers. This
153 will quickly result in large amounts of data sent to the system log.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700154
Stefan Richter9499fe22008-06-16 01:39:28 +0200155 Say Y if you really need the debugging output. Everyone else says N.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700156
Linus Torvalds1da177e2005-04-16 15:20:36 -0700157endmenu