Stefan Richter | 5d7db04 | 2009-12-26 01:36:53 +0100 | [diff] [blame] | 1 | menu "IEEE 1394 (FireWire) support" |
Geert Uytterhoeven | 655fc39 | 2014-07-09 21:04:00 +0200 | [diff] [blame] | 2 | depends on HAS_DMA |
Jean Delvare | b3d681a | 2014-05-15 15:29:23 +0200 | [diff] [blame] | 3 | depends on PCI || COMPILE_TEST |
Stefan Richter | 5d7db04 | 2009-12-26 01:36:53 +0100 | [diff] [blame] | 4 | # firewire-core does not depend on PCI but is |
| 5 | # not useful without PCI controller driver |
| 6 | |
Stefan Richter | 11f494e | 2007-03-18 01:39:28 +0100 | [diff] [blame] | 7 | config FIREWIRE |
Stefan Richter | 0c53dec | 2009-06-16 22:36:34 +0200 | [diff] [blame] | 8 | tristate "FireWire driver stack" |
Kristian Høgsberg | e175569 | 2007-05-07 20:33:31 -0400 | [diff] [blame] | 9 | select CRC_ITU_T |
Kristian Høgsberg | 3038e35 | 2006-12-19 19:58:27 -0500 | [diff] [blame] | 10 | help |
Stefan Richter | 0c53dec | 2009-06-16 22:36:34 +0200 | [diff] [blame] | 11 | 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øgsberg | 3038e35 | 2006-12-19 19:58:27 -0500 | [diff] [blame] | 17 | |
Stefan Richter | fe77d4f | 2007-06-25 22:18:40 +0200 | [diff] [blame] | 18 | 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] | 19 | called firewire-core. |
| 20 | |
Stefan Richter | 11f494e | 2007-03-18 01:39:28 +0100 | [diff] [blame] | 21 | config FIREWIRE_OHCI |
Stefan Richter | a7b64b8 | 2008-06-14 14:24:53 +0200 | [diff] [blame] | 22 | tristate "OHCI-1394 controllers" |
Clemens Ladisch | 7a39d8b | 2010-11-26 08:57:31 +0100 | [diff] [blame] | 23 | depends on PCI && FIREWIRE && MMU |
Kristian Høgsberg | ed56891 | 2006-12-19 19:58:35 -0500 | [diff] [blame] | 24 | help |
Stefan Richter | 35b7541 | 2007-01-04 18:35:00 +0100 | [diff] [blame] | 25 | Enable this driver if you have a FireWire controller based |
Kristian Høgsberg | ed56891 | 2006-12-19 19:58:35 -0500 | [diff] [blame] | 26 | on the OHCI specification. For all practical purposes, this |
| 27 | is the only chipset in use, so say Y here. |
| 28 | |
Stefan Richter | 227e7d8 | 2007-01-07 22:33:59 +0100 | [diff] [blame] | 29 | 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] | 30 | called firewire-ohci. |
Kristian Høgsberg | ed56891 | 2006-12-19 19:58:35 -0500 | [diff] [blame] | 31 | |
Stefan Richter | 11f494e | 2007-03-18 01:39:28 +0100 | [diff] [blame] | 32 | config FIREWIRE_SBP2 |
Stefan Richter | a7b64b8 | 2008-06-14 14:24:53 +0200 | [diff] [blame] | 33 | tristate "Storage devices (SBP-2 protocol)" |
Stefan Richter | 11f494e | 2007-03-18 01:39:28 +0100 | [diff] [blame] | 34 | depends on FIREWIRE && SCSI |
Kristian Høgsberg | 9ba136d | 2006-12-19 19:58:40 -0500 | [diff] [blame] | 35 | help |
Stefan Richter | 35b7541 | 2007-01-04 18:35:00 +0100 | [diff] [blame] | 36 | This option enables you to use SBP-2 devices connected to a |
| 37 | FireWire bus. SBP-2 devices include storage devices like |
Kristian Høgsberg | 9ba136d | 2006-12-19 19:58:40 -0500 | [diff] [blame] | 38 | harddisks and DVD drives, also some other FireWire devices |
| 39 | like scanners. |
| 40 | |
Stefan Richter | 227e7d8 | 2007-01-07 22:33:59 +0100 | [diff] [blame] | 41 | 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] | 42 | called firewire-sbp2. |
Stefan Richter | 227e7d8 | 2007-01-07 22:33:59 +0100 | [diff] [blame] | 43 | |
Kristian Høgsberg | 9ba136d | 2006-12-19 19:58:40 -0500 | [diff] [blame] | 44 | You should also enable support for disks, CD-ROMs, etc. in the SCSI |
| 45 | configuration section. |
Stefan Richter | b9530fd | 2009-06-07 22:57:53 +0200 | [diff] [blame] | 46 | |
| 47 | config FIREWIRE_NET |
Stefan Richter | 3247199 | 2011-01-20 00:07:46 +0100 | [diff] [blame] | 48 | tristate "IP networking over 1394" |
| 49 | depends on FIREWIRE && INET |
Stefan Richter | b9530fd | 2009-06-07 22:57:53 +0200 | [diff] [blame] | 50 | help |
YOSHIFUJI Hideaki / 吉藤英明 | cb6bf35 | 2013-03-25 08:26:24 +0000 | [diff] [blame] | 51 | 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 Richter | b9530fd | 2009-06-07 22:57:53 +0200 | [diff] [blame] | 54 | |
| 55 | 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] | 56 | called firewire-net. |
| 57 | |
Stefan Richter | 2864682 | 2010-07-27 10:26:33 +0200 | [diff] [blame] | 58 | config 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 Richter | 8fd2af1 | 2011-01-23 12:26:51 +0100 | [diff] [blame] | 74 | Apple Power Mac G3 blue & white and G4 with PCI graphics |
| 75 | (onboard controller). |
Stefan Richter | 2864682 | 2010-07-27 10:26:33 +0200 | [diff] [blame] | 76 | |
| 77 | 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] | 78 | 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 Richter | 2864682 | 2010-07-27 10:26:33 +0200 | [diff] [blame] | 80 | |
| 81 | If unsure, say N. |
| 82 | |
Stefan Richter | 5d7db04 | 2009-12-26 01:36:53 +0100 | [diff] [blame] | 83 | endmenu |