Stefan Richter | 5d7db04 | 2009-12-26 01:36:53 +0100 | [diff] [blame] | 1 | menu "IEEE 1394 (FireWire) support" |
| 2 | depends on PCI || BROKEN |
| 3 | # firewire-core does not depend on PCI but is |
| 4 | # not useful without PCI controller driver |
| 5 | |
Stefan Richter | 11f494e | 2007-03-18 01:39:28 +0100 | [diff] [blame] | 6 | config FIREWIRE |
Stefan Richter | 0c53dec | 2009-06-16 22:36:34 +0200 | [diff] [blame] | 7 | tristate "FireWire driver stack" |
Kristian Høgsberg | e175569 | 2007-05-07 20:33:31 -0400 | [diff] [blame] | 8 | select CRC_ITU_T |
Kristian Høgsberg | 3038e35 | 2006-12-19 19:58:27 -0500 | [diff] [blame] | 9 | help |
Stefan Richter | 0c53dec | 2009-06-16 22:36:34 +0200 | [diff] [blame] | 10 | 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øgsberg | 3038e35 | 2006-12-19 19:58:27 -0500 | [diff] [blame] | 16 | |
Stefan Richter | fe77d4f | 2007-06-25 22:18:40 +0200 | [diff] [blame] | 17 | To compile this driver as a module, say M here: the module will be |
Stefan Richter | f05e21b | 2008-07-25 16:24:19 +0200 | [diff] [blame] | 18 | called firewire-core. |
| 19 | |
Stefan Richter | 11f494e | 2007-03-18 01:39:28 +0100 | [diff] [blame] | 20 | config FIREWIRE_OHCI |
Stefan Richter | a7b64b8 | 2008-06-14 14:24:53 +0200 | [diff] [blame] | 21 | tristate "OHCI-1394 controllers" |
Clemens Ladisch | 7a39d8b | 2010-11-26 08:57:31 +0100 | [diff] [blame] | 22 | depends on PCI && FIREWIRE && MMU |
Kristian Høgsberg | ed56891 | 2006-12-19 19:58:35 -0500 | [diff] [blame] | 23 | help |
Stefan Richter | 35b7541 | 2007-01-04 18:35:00 +0100 | [diff] [blame] | 24 | Enable this driver if you have a FireWire controller based |
Kristian Høgsberg | ed56891 | 2006-12-19 19:58:35 -0500 | [diff] [blame] | 25 | on the OHCI specification. For all practical purposes, this |
| 26 | is the only chipset in use, so say Y here. |
| 27 | |
Stefan Richter | 227e7d8 | 2007-01-07 22:33:59 +0100 | [diff] [blame] | 28 | To compile this driver as a module, say M here: The module will be |
Stefan Richter | 5d7db04 | 2009-12-26 01:36:53 +0100 | [diff] [blame] | 29 | called firewire-ohci. |
Kristian Høgsberg | ed56891 | 2006-12-19 19:58:35 -0500 | [diff] [blame] | 30 | |
Stefan Richter | ad3c0fe | 2008-03-20 22:04:36 +0100 | [diff] [blame] | 31 | config FIREWIRE_OHCI_DEBUG |
| 32 | bool |
| 33 | depends on FIREWIRE_OHCI |
| 34 | default y |
| 35 | |
Stefan Richter | 11f494e | 2007-03-18 01:39:28 +0100 | [diff] [blame] | 36 | config FIREWIRE_SBP2 |
Stefan Richter | a7b64b8 | 2008-06-14 14:24:53 +0200 | [diff] [blame] | 37 | tristate "Storage devices (SBP-2 protocol)" |
Stefan Richter | 11f494e | 2007-03-18 01:39:28 +0100 | [diff] [blame] | 38 | depends on FIREWIRE && SCSI |
Kristian Høgsberg | 9ba136d | 2006-12-19 19:58:40 -0500 | [diff] [blame] | 39 | help |
Stefan Richter | 35b7541 | 2007-01-04 18:35:00 +0100 | [diff] [blame] | 40 | This option enables you to use SBP-2 devices connected to a |
| 41 | FireWire bus. SBP-2 devices include storage devices like |
Kristian Høgsberg | 9ba136d | 2006-12-19 19:58:40 -0500 | [diff] [blame] | 42 | harddisks and DVD drives, also some other FireWire devices |
| 43 | like scanners. |
| 44 | |
Stefan Richter | 227e7d8 | 2007-01-07 22:33:59 +0100 | [diff] [blame] | 45 | To compile this driver as a module, say M here: The module will be |
Stefan Richter | 5d7db04 | 2009-12-26 01:36:53 +0100 | [diff] [blame] | 46 | called firewire-sbp2. |
Stefan Richter | 227e7d8 | 2007-01-07 22:33:59 +0100 | [diff] [blame] | 47 | |
Kristian Høgsberg | 9ba136d | 2006-12-19 19:58:40 -0500 | [diff] [blame] | 48 | You should also enable support for disks, CD-ROMs, etc. in the SCSI |
| 49 | configuration section. |
Stefan Richter | b9530fd | 2009-06-07 22:57:53 +0200 | [diff] [blame] | 50 | |
| 51 | config FIREWIRE_NET |
Stefan Richter | 3247199 | 2011-01-20 00:07:46 +0100 | [diff] [blame] | 52 | tristate "IP networking over 1394" |
| 53 | depends on FIREWIRE && INET |
Stefan Richter | b9530fd | 2009-06-07 22:57:53 +0200 | [diff] [blame] | 54 | help |
| 55 | This enables IPv4 over IEEE 1394, providing IP connectivity with |
| 56 | other implementations of RFC 2734 as found on several operating |
| 57 | systems. Multicast support is currently limited. |
| 58 | |
| 59 | To compile this driver as a module, say M here: The module will be |
Stefan Richter | 5d7db04 | 2009-12-26 01:36:53 +0100 | [diff] [blame] | 60 | called firewire-net. |
| 61 | |
Stefan Richter | 2864682 | 2010-07-27 10:26:33 +0200 | [diff] [blame] | 62 | config FIREWIRE_NOSY |
| 63 | tristate "Nosy - a FireWire traffic sniffer for PCILynx cards" |
| 64 | depends on PCI |
| 65 | help |
| 66 | Nosy is an IEEE 1394 packet sniffer that is used for protocol |
| 67 | analysis and in development of IEEE 1394 drivers, applications, |
| 68 | or firmwares. |
| 69 | |
| 70 | This driver lets you use a Texas Instruments PCILynx 1394 to PCI |
| 71 | link layer controller TSB12LV21/A/B as a low-budget bus analyzer. |
| 72 | PCILynx is a nowadays very rare IEEE 1394 controller which is |
| 73 | not OHCI 1394 compliant. |
| 74 | |
| 75 | The following cards are known to be based on PCILynx or PCILynx-2: |
| 76 | IOI IOI-1394TT (PCI card), Unibrain Fireboard 400 PCI Lynx-2 |
| 77 | (PCI card), Newer Technology FireWire 2 Go (CardBus card), |
Stefan Richter | 8fd2af1 | 2011-01-23 12:26:51 +0100 | [diff] [blame] | 78 | Apple Power Mac G3 blue & white and G4 with PCI graphics |
| 79 | (onboard controller). |
Stefan Richter | 2864682 | 2010-07-27 10:26:33 +0200 | [diff] [blame] | 80 | |
| 81 | To compile this driver as a module, say M here: The module will be |
Stefan Richter | 9f6d3c4 | 2010-07-22 11:58:05 +0200 | [diff] [blame] | 82 | called nosy. Source code of a userspace interface to nosy, called |
| 83 | nosy-dump, can be found in tools/firewire/ of the kernel sources. |
Stefan Richter | 2864682 | 2010-07-27 10:26:33 +0200 | [diff] [blame] | 84 | |
| 85 | If unsure, say N. |
| 86 | |
Stefan Richter | 5d7db04 | 2009-12-26 01:36:53 +0100 | [diff] [blame] | 87 | endmenu |