Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # -*- shell-script -*- |
| 2 | |
| 3 | menu "IEEE 1394 (FireWire) support" |
| 4 | |
| 5 | config IEEE1394 |
| 6 | tristate "IEEE 1394 (FireWire) support" |
Stefan Richter | 09a9a45 | 2006-06-25 05:46:44 -0700 | [diff] [blame] | 7 | depends on PCI || BROKEN |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 8 | help |
| 9 | IEEE 1394 describes a high performance serial bus, which is also |
| 10 | known as FireWire(tm) or i.Link(tm) and is used for connecting all |
| 11 | sorts of devices (most notably digital video cameras) to your |
| 12 | computer. |
| 13 | |
| 14 | If you have FireWire hardware and want to use it, say Y here. This |
| 15 | is the core support only, you will also need to select a driver for |
| 16 | your IEEE 1394 adapter. |
| 17 | |
| 18 | To compile this driver as a module, say M here: the |
| 19 | module will be called ieee1394. |
| 20 | |
| 21 | comment "Subsystem Options" |
| 22 | depends on IEEE1394 |
| 23 | |
| 24 | config IEEE1394_VERBOSEDEBUG |
| 25 | bool "Excessive debugging output" |
| 26 | depends on IEEE1394 |
| 27 | help |
| 28 | If you say Y here, you will get very verbose debugging logs from |
| 29 | the subsystem which includes a dump of the header of every sent |
| 30 | and received packet. This can amount to a high amount of data |
| 31 | collected in a very short time which is usually also saved to |
| 32 | disk by the system logging daemons. |
| 33 | |
| 34 | Say Y if you really want or need the debugging output, everyone |
| 35 | else says N. |
| 36 | |
Stefan Richter | 3f94aa4 | 2007-04-21 20:54:37 +0200 | [diff] [blame^] | 37 | comment "Controllers" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 38 | depends on IEEE1394 |
| 39 | |
| 40 | comment "Texas Instruments PCILynx requires I2C" |
| 41 | depends on IEEE1394 && I2C=n |
| 42 | |
| 43 | config IEEE1394_PCILYNX |
| 44 | tristate "Texas Instruments PCILynx support" |
| 45 | depends on PCI && IEEE1394 && I2C |
| 46 | select I2C_ALGOBIT |
| 47 | help |
| 48 | Say Y here if you have an IEEE-1394 controller with the Texas |
| 49 | Instruments PCILynx chip. Note: this driver is written for revision |
| 50 | 2 of this chip and may not work with revision 0. |
| 51 | |
| 52 | To compile this driver as a module, say M here: the |
| 53 | module will be called pcilynx. |
| 54 | |
Stefan Richter | 3f94aa4 | 2007-04-21 20:54:37 +0200 | [diff] [blame^] | 55 | Only some old and now very rare PCI and CardBus cards and |
| 56 | PowerMacs G3 B&W contain the PCILynx controller. Therefore |
| 57 | almost everybody can say N here. |
| 58 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 59 | config IEEE1394_OHCI1394 |
| 60 | tristate "OHCI-1394 support" |
| 61 | depends on PCI && IEEE1394 |
| 62 | help |
| 63 | Enable this driver if you have an IEEE 1394 controller based on the |
| 64 | OHCI-1394 specification. The current driver is only tested with OHCI |
| 65 | chipsets made by Texas Instruments and NEC. Most third-party vendors |
| 66 | use one of these chipsets. It should work with any OHCI-1394 |
| 67 | compliant card, however. |
| 68 | |
| 69 | To compile this driver as a module, say M here: the |
| 70 | module will be called ohci1394. |
| 71 | |
Stefan Richter | 3f94aa4 | 2007-04-21 20:54:37 +0200 | [diff] [blame^] | 72 | comment "Protocols" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 73 | depends on IEEE1394 |
| 74 | |
| 75 | config IEEE1394_VIDEO1394 |
| 76 | tristate "OHCI-1394 Video support" |
| 77 | depends on IEEE1394 && IEEE1394_OHCI1394 |
| 78 | help |
| 79 | This option enables video device usage for OHCI-1394 cards. Enable |
| 80 | this option only if you have an IEEE 1394 video device connected to |
| 81 | an OHCI-1394 card. |
| 82 | |
Stefan Richter | b809289 | 2006-08-30 18:22:00 +0200 | [diff] [blame] | 83 | comment "SBP-2 support (for storage devices) requires SCSI" |
| 84 | depends on IEEE1394 && SCSI=n |
| 85 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 86 | config IEEE1394_SBP2 |
| 87 | tristate "SBP-2 support (Harddisks etc.)" |
Stefan Richter | 9b7d9c0 | 2006-11-22 21:44:34 +0100 | [diff] [blame] | 88 | depends on IEEE1394 && SCSI |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 89 | help |
Stefan Richter | b809289 | 2006-08-30 18:22:00 +0200 | [diff] [blame] | 90 | This option enables you to use SBP-2 devices connected to an IEEE |
| 91 | 1394 bus. SBP-2 devices include storage devices like harddisks and |
| 92 | DVD drives, also some other FireWire devices like scanners. |
| 93 | |
| 94 | You should also enable support for disks, CD-ROMs, etc. in the SCSI |
| 95 | configuration section. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 96 | |
| 97 | config IEEE1394_SBP2_PHYS_DMA |
Ben Collins | bccbccd | 2006-06-12 18:14:36 -0400 | [diff] [blame] | 98 | bool "Enable replacement for physical DMA in SBP2" |
Ben Collins | dd082c6 | 2006-06-12 18:15:40 -0400 | [diff] [blame] | 99 | depends on IEEE1394 && IEEE1394_SBP2 && EXPERIMENTAL && (X86_32 || PPC_32) |
Ben Collins | bccbccd | 2006-06-12 18:14:36 -0400 | [diff] [blame] | 100 | help |
| 101 | This builds sbp2 for use with non-OHCI host adapters which do not |
| 102 | support physical DMA or for when ohci1394 is run with phys_dma=0. |
Matt LaPlante | 0950960 | 2006-10-03 22:31:37 +0200 | [diff] [blame] | 103 | Physical DMA is data movement without assistance of the drivers' |
Ben Collins | bccbccd | 2006-06-12 18:14:36 -0400 | [diff] [blame] | 104 | interrupt handlers. This option includes the interrupt handlers |
| 105 | that are required in absence of this hardware feature. |
| 106 | |
| 107 | This option is buggy and currently broken on some architectures. |
| 108 | If unsure, say N. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 109 | |
Stefan Richter | 70093cf | 2007-03-27 01:36:50 +0200 | [diff] [blame] | 110 | config IEEE1394_ETH1394_ROM_ENTRY |
| 111 | depends on IEEE1394 |
| 112 | bool |
| 113 | default n |
| 114 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 115 | config IEEE1394_ETH1394 |
Stefan Richter | 70093cf | 2007-03-27 01:36:50 +0200 | [diff] [blame] | 116 | tristate "IP over 1394" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 117 | depends on IEEE1394 && EXPERIMENTAL && INET |
Stefan Richter | 70093cf | 2007-03-27 01:36:50 +0200 | [diff] [blame] | 118 | select IEEE1394_ETH1394_ROM_ENTRY |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 119 | help |
| 120 | This driver implements a functional majority of RFC 2734: IPv4 over |
| 121 | 1394. It will provide IP connectivity with implementations of RFC |
| 122 | 2734 found on other operating systems. It will not communicate with |
| 123 | older versions of this driver found in stock kernels prior to 2.6.3. |
| 124 | This driver is still considered experimental. It does not yet support |
| 125 | MCAP, therefore multicast support is significantly limited. |
| 126 | |
Stefan Richter | 70093cf | 2007-03-27 01:36:50 +0200 | [diff] [blame] | 127 | The module is called eth1394 although it does not emulate Ethernet. |
| 128 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 129 | config IEEE1394_DV1394 |
Stefan Richter | 861646f | 2006-11-20 00:07:26 +0100 | [diff] [blame] | 130 | tristate "OHCI-DV I/O support (deprecated)" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 131 | depends on IEEE1394 && IEEE1394_OHCI1394 |
| 132 | help |
Stefan Richter | 199c116 | 2007-03-22 00:40:06 +0100 | [diff] [blame] | 133 | The dv1394 driver is unsupported and may be removed from Linux in a |
| 134 | future release. Its functionality is now provided by raw1394 together |
| 135 | with libraries such as libiec61883. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 136 | |
| 137 | config IEEE1394_RAWIO |
| 138 | tristate "Raw IEEE1394 I/O support" |
| 139 | depends on IEEE1394 |
| 140 | help |
Stefan Richter | 3f94aa4 | 2007-04-21 20:54:37 +0200 | [diff] [blame^] | 141 | This option adds support for the raw1394 device file which enables |
| 142 | direct communication of user programs with the IEEE 1394 bus and thus |
| 143 | with the attached peripherals. Almost all application programs which |
| 144 | access FireWire require this option. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 145 | |
Stefan Richter | 3f94aa4 | 2007-04-21 20:54:37 +0200 | [diff] [blame^] | 146 | To compile this driver as a module, say M here: the module will be |
| 147 | called raw1394. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 148 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 149 | endmenu |