| Stefan Richter | 0c53dec | 2009-06-16 22:36:34 +0200 | [diff] [blame] | 1 | comment "You can enable one or both FireWire driver stacks." | 
|  | 2 | comment "See the help texts for more information." | 
| Stefan Richter | a7b64b8 | 2008-06-14 14:24:53 +0200 | [diff] [blame] | 3 |  | 
| Stefan Richter | 11f494e | 2007-03-18 01:39:28 +0100 | [diff] [blame] | 4 | config FIREWIRE | 
| Stefan Richter | 0c53dec | 2009-06-16 22:36:34 +0200 | [diff] [blame] | 5 | tristate "FireWire driver stack" | 
| Kristian Høgsberg | e175569 | 2007-05-07 20:33:31 -0400 | [diff] [blame] | 6 | select CRC_ITU_T | 
| Kristian Høgsberg | 3038e35 | 2006-12-19 19:58:27 -0500 | [diff] [blame] | 7 | help | 
| Stefan Richter | 0c53dec | 2009-06-16 22:36:34 +0200 | [diff] [blame] | 8 | This is the new-generation IEEE 1394 (FireWire) driver stack | 
|  | 9 | a.k.a. Juju, a new implementation designed for robustness and | 
|  | 10 | simplicity. | 
|  | 11 | See http://ieee1394.wiki.kernel.org/index.php/Juju_Migration | 
|  | 12 | for information about migration from the older Linux 1394 stack | 
|  | 13 | to the new driver stack. | 
| Kristian Høgsberg | 3038e35 | 2006-12-19 19:58:27 -0500 | [diff] [blame] | 14 |  | 
| Stefan Richter | fe77d4f | 2007-06-25 22:18:40 +0200 | [diff] [blame] | 15 | 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] | 16 | called firewire-core. | 
|  | 17 |  | 
|  | 18 | This module functionally replaces ieee1394, raw1394, and video1394. | 
|  | 19 | To access it from application programs, you generally need at least | 
| Stefan Richter | 0c53dec | 2009-06-16 22:36:34 +0200 | [diff] [blame] | 20 | libraw1394 v2.  IIDC/DCAM applications need libdc1394 v2. | 
|  | 21 | No libraries are required to access storage devices through the | 
|  | 22 | firewire-sbp2 driver. | 
|  | 23 |  | 
|  | 24 | NOTE: | 
|  | 25 | FireWire audio devices currently require the old drivers (ieee1394, | 
|  | 26 | ohci1394, raw1394). | 
| Stefan Richter | fe77d4f | 2007-06-25 22:18:40 +0200 | [diff] [blame] | 27 |  | 
| Stefan Richter | 11f494e | 2007-03-18 01:39:28 +0100 | [diff] [blame] | 28 | config FIREWIRE_OHCI | 
| Stefan Richter | a7b64b8 | 2008-06-14 14:24:53 +0200 | [diff] [blame] | 29 | tristate "OHCI-1394 controllers" | 
| Stefan Richter | 11f494e | 2007-03-18 01:39:28 +0100 | [diff] [blame] | 30 | depends on PCI && FIREWIRE | 
| Kristian Høgsberg | ed56891 | 2006-12-19 19:58:35 -0500 | [diff] [blame] | 31 | help | 
| Stefan Richter | 35b7541 | 2007-01-04 18:35:00 +0100 | [diff] [blame] | 32 | Enable this driver if you have a FireWire controller based | 
| Kristian Høgsberg | ed56891 | 2006-12-19 19:58:35 -0500 | [diff] [blame] | 33 | on the OHCI specification.  For all practical purposes, this | 
|  | 34 | is the only chipset in use, so say Y here. | 
|  | 35 |  | 
| Stefan Richter | 227e7d8 | 2007-01-07 22:33:59 +0100 | [diff] [blame] | 36 | To compile this driver as a module, say M here:  The module will be | 
| Stefan Richter | fe77d4f | 2007-06-25 22:18:40 +0200 | [diff] [blame] | 37 | called firewire-ohci.  It replaces ohci1394 of the classic IEEE 1394 | 
|  | 38 | stack. | 
| Stefan Richter | 227e7d8 | 2007-01-07 22:33:59 +0100 | [diff] [blame] | 39 |  | 
| Stefan Richter | a7b64b8 | 2008-06-14 14:24:53 +0200 | [diff] [blame] | 40 | NOTE: | 
| Stefan Richter | 0c53dec | 2009-06-16 22:36:34 +0200 | [diff] [blame] | 41 | If you want to install firewire-ohci and ohci1394 together, you | 
|  | 42 | should configure them only as modules and blacklist the driver(s) | 
|  | 43 | which you don't want to have auto-loaded.  Add either | 
| Stefan Richter | 0a8da30 | 2008-03-09 00:27:20 +0100 | [diff] [blame] | 44 |  | 
|  | 45 | blacklist firewire-ohci | 
|  | 46 | or | 
|  | 47 | blacklist ohci1394 | 
|  | 48 | blacklist video1394 | 
|  | 49 | blacklist dv1394 | 
|  | 50 |  | 
|  | 51 | to /etc/modprobe.conf or /etc/modprobe.d/* and update modprobe.conf | 
| Stefan Richter | 0c53dec | 2009-06-16 22:36:34 +0200 | [diff] [blame] | 52 | depending on your distribution. | 
| Kristian Høgsberg | ed56891 | 2006-12-19 19:58:35 -0500 | [diff] [blame] | 53 |  | 
| Stefan Richter | ad3c0fe | 2008-03-20 22:04:36 +0100 | [diff] [blame] | 54 | config FIREWIRE_OHCI_DEBUG | 
|  | 55 | bool | 
|  | 56 | depends on FIREWIRE_OHCI | 
|  | 57 | default y | 
|  | 58 |  | 
| Stefan Richter | 11f494e | 2007-03-18 01:39:28 +0100 | [diff] [blame] | 59 | config FIREWIRE_SBP2 | 
| Stefan Richter | a7b64b8 | 2008-06-14 14:24:53 +0200 | [diff] [blame] | 60 | tristate "Storage devices (SBP-2 protocol)" | 
| Stefan Richter | 11f494e | 2007-03-18 01:39:28 +0100 | [diff] [blame] | 61 | depends on FIREWIRE && SCSI | 
| Kristian Høgsberg | 9ba136d | 2006-12-19 19:58:40 -0500 | [diff] [blame] | 62 | help | 
| Stefan Richter | 35b7541 | 2007-01-04 18:35:00 +0100 | [diff] [blame] | 63 | This option enables you to use SBP-2 devices connected to a | 
|  | 64 | FireWire bus.  SBP-2 devices include storage devices like | 
| Kristian Høgsberg | 9ba136d | 2006-12-19 19:58:40 -0500 | [diff] [blame] | 65 | harddisks and DVD drives, also some other FireWire devices | 
|  | 66 | like scanners. | 
|  | 67 |  | 
| Stefan Richter | 227e7d8 | 2007-01-07 22:33:59 +0100 | [diff] [blame] | 68 | To compile this driver as a module, say M here:  The module will be | 
| Stefan Richter | fe77d4f | 2007-06-25 22:18:40 +0200 | [diff] [blame] | 69 | called firewire-sbp2.  It replaces sbp2 of the classic IEEE 1394 | 
|  | 70 | stack. | 
| Stefan Richter | 227e7d8 | 2007-01-07 22:33:59 +0100 | [diff] [blame] | 71 |  | 
| Kristian Høgsberg | 9ba136d | 2006-12-19 19:58:40 -0500 | [diff] [blame] | 72 | You should also enable support for disks, CD-ROMs, etc. in the SCSI | 
|  | 73 | configuration section. | 
| Stefan Richter | b9530fd | 2009-06-07 22:57:53 +0200 | [diff] [blame] | 74 |  | 
|  | 75 | config FIREWIRE_NET | 
| Stefan Richter | 0c53dec | 2009-06-16 22:36:34 +0200 | [diff] [blame] | 76 | tristate "IP networking over 1394 (EXPERIMENTAL)" | 
|  | 77 | depends on FIREWIRE && INET && EXPERIMENTAL | 
| Stefan Richter | b9530fd | 2009-06-07 22:57:53 +0200 | [diff] [blame] | 78 | help | 
|  | 79 | This enables IPv4 over IEEE 1394, providing IP connectivity with | 
|  | 80 | other implementations of RFC 2734 as found on several operating | 
|  | 81 | systems.  Multicast support is currently limited. | 
|  | 82 |  | 
| Stefan Richter | 0c53dec | 2009-06-16 22:36:34 +0200 | [diff] [blame] | 83 | NOTE, this driver is not stable yet! | 
|  | 84 |  | 
| Stefan Richter | b9530fd | 2009-06-07 22:57:53 +0200 | [diff] [blame] | 85 | To compile this driver as a module, say M here:  The module will be | 
|  | 86 | called firewire-net.  It replaces eth1394 of the classic IEEE 1394 | 
|  | 87 | stack. |