| Stefan Richter | a7b64b8 | 2008-06-14 14:24:53 +0200 | [diff] [blame] | 1 | comment "A new alternative FireWire stack is available with EXPERIMENTAL=y" | 
| Stefan Richter | 9c87da4 | 2006-12-28 16:20:00 +0100 | [diff] [blame] | 2 | 	depends on EXPERIMENTAL=n | 
 | 3 |  | 
| Stefan Richter | a7b64b8 | 2008-06-14 14:24:53 +0200 | [diff] [blame] | 4 | comment "Enable only one of the two stacks, unless you know what you are doing" | 
 | 5 | 	depends on EXPERIMENTAL | 
 | 6 |  | 
| Stefan Richter | 11f494e | 2007-03-18 01:39:28 +0100 | [diff] [blame] | 7 | config FIREWIRE | 
| Stefan Richter | a7b64b8 | 2008-06-14 14:24:53 +0200 | [diff] [blame] | 8 | 	tristate "New FireWire stack, EXPERIMENTAL" | 
| Stefan Richter | 9c87da4 | 2006-12-28 16:20:00 +0100 | [diff] [blame] | 9 | 	depends on EXPERIMENTAL | 
| Kristian Høgsberg | e175569 | 2007-05-07 20:33:31 -0400 | [diff] [blame] | 10 | 	select CRC_ITU_T | 
| Kristian Høgsberg | 3038e35 | 2006-12-19 19:58:27 -0500 | [diff] [blame] | 11 | 	help | 
| Stefan Richter | fe77d4f | 2007-06-25 22:18:40 +0200 | [diff] [blame] | 12 | 	  This is the "Juju" FireWire stack, a new alternative implementation | 
| Stefan Richter | 227e7d8 | 2007-01-07 22:33:59 +0100 | [diff] [blame] | 13 | 	  designed for robustness and simplicity.  You can build either this | 
| Stefan Richter | a7b64b8 | 2008-06-14 14:24:53 +0200 | [diff] [blame] | 14 | 	  stack, or the old stack (the ieee1394 driver, ohci1394 etc.) or both. | 
| Stefan Richter | 30b0aa7 | 2008-08-16 21:52:28 +0200 | [diff] [blame] | 15 | 	  Please read http://ieee1394.wiki.kernel.org/index.php/Juju_Migration | 
 | 16 | 	  before you enable the new 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 |  | 
 | 21 | 	  This module functionally replaces ieee1394, raw1394, and video1394. | 
 | 22 | 	  To access it from application programs, you generally need at least | 
 | 23 | 	  libraw1394 version 2.  IIDC/DCAM applications also need libdc1394 | 
 | 24 | 	  version 2.  No libraries are required to access storage devices | 
 | 25 | 	  through the firewire-sbp2 driver. | 
| Stefan Richter | fe77d4f | 2007-06-25 22:18:40 +0200 | [diff] [blame] | 26 |  | 
| Stefan Richter | 11f494e | 2007-03-18 01:39:28 +0100 | [diff] [blame] | 27 | config FIREWIRE_OHCI | 
| Stefan Richter | a7b64b8 | 2008-06-14 14:24:53 +0200 | [diff] [blame] | 28 | 	tristate "OHCI-1394 controllers" | 
| Stefan Richter | 11f494e | 2007-03-18 01:39:28 +0100 | [diff] [blame] | 29 | 	depends on PCI && FIREWIRE | 
| Kristian Høgsberg | ed56891 | 2006-12-19 19:58:35 -0500 | [diff] [blame] | 30 | 	help | 
| Stefan Richter | 35b7541 | 2007-01-04 18:35:00 +0100 | [diff] [blame] | 31 | 	  Enable this driver if you have a FireWire controller based | 
| Kristian Høgsberg | ed56891 | 2006-12-19 19:58:35 -0500 | [diff] [blame] | 32 | 	  on the OHCI specification.  For all practical purposes, this | 
 | 33 | 	  is the only chipset in use, so say Y here. | 
 | 34 |  | 
| Stefan Richter | 227e7d8 | 2007-01-07 22:33:59 +0100 | [diff] [blame] | 35 | 	  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] | 36 | 	  called firewire-ohci.  It replaces ohci1394 of the classic IEEE 1394 | 
 | 37 | 	  stack. | 
| Stefan Richter | 227e7d8 | 2007-01-07 22:33:59 +0100 | [diff] [blame] | 38 |  | 
| Stefan Richter | a7b64b8 | 2008-06-14 14:24:53 +0200 | [diff] [blame] | 39 | 	  NOTE: | 
| Stefan Richter | fe77d4f | 2007-06-25 22:18:40 +0200 | [diff] [blame] | 40 |  | 
| Stefan Richter | a7b64b8 | 2008-06-14 14:24:53 +0200 | [diff] [blame] | 41 | 	  You should only build either firewire-ohci or the old ohci1394 driver, | 
 | 42 | 	  but not both.  If you nevertheless want to install both, you should | 
 | 43 | 	  configure them only as modules and blacklist the driver(s) which you | 
 | 44 | 	  don't want to have auto-loaded.  Add either | 
| Stefan Richter | 0a8da30 | 2008-03-09 00:27:20 +0100 | [diff] [blame] | 45 |  | 
 | 46 | 	      blacklist firewire-ohci | 
 | 47 | 	  or | 
 | 48 | 	      blacklist ohci1394 | 
 | 49 | 	      blacklist video1394 | 
 | 50 | 	      blacklist dv1394 | 
 | 51 |  | 
 | 52 | 	  to /etc/modprobe.conf or /etc/modprobe.d/* and update modprobe.conf | 
 | 53 | 	  depending on your distribution.  The latter two modules should be | 
 | 54 | 	  blacklisted together with ohci1394 because they depend on ohci1394. | 
 | 55 |  | 
 | 56 | 	  If you have an old modprobe which doesn't implement the blacklist | 
 | 57 | 	  directive, use "install modulename /bin/true" for the modules to be | 
 | 58 | 	  blacklisted. | 
| Kristian Høgsberg | ed56891 | 2006-12-19 19:58:35 -0500 | [diff] [blame] | 59 |  | 
| Stefan Richter | ad3c0fe | 2008-03-20 22:04:36 +0100 | [diff] [blame] | 60 | config FIREWIRE_OHCI_DEBUG | 
 | 61 | 	bool | 
 | 62 | 	depends on FIREWIRE_OHCI | 
 | 63 | 	default y | 
 | 64 |  | 
| Stefan Richter | 11f494e | 2007-03-18 01:39:28 +0100 | [diff] [blame] | 65 | config FIREWIRE_SBP2 | 
| Stefan Richter | a7b64b8 | 2008-06-14 14:24:53 +0200 | [diff] [blame] | 66 | 	tristate "Storage devices (SBP-2 protocol)" | 
| Stefan Richter | 11f494e | 2007-03-18 01:39:28 +0100 | [diff] [blame] | 67 | 	depends on FIREWIRE && SCSI | 
| Kristian Høgsberg | 9ba136d | 2006-12-19 19:58:40 -0500 | [diff] [blame] | 68 | 	help | 
| Stefan Richter | 35b7541 | 2007-01-04 18:35:00 +0100 | [diff] [blame] | 69 | 	  This option enables you to use SBP-2 devices connected to a | 
 | 70 | 	  FireWire bus.  SBP-2 devices include storage devices like | 
| Kristian Høgsberg | 9ba136d | 2006-12-19 19:58:40 -0500 | [diff] [blame] | 71 | 	  harddisks and DVD drives, also some other FireWire devices | 
 | 72 | 	  like scanners. | 
 | 73 |  | 
| Stefan Richter | 227e7d8 | 2007-01-07 22:33:59 +0100 | [diff] [blame] | 74 | 	  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] | 75 | 	  called firewire-sbp2.  It replaces sbp2 of the classic IEEE 1394 | 
 | 76 | 	  stack. | 
| Stefan Richter | 227e7d8 | 2007-01-07 22:33:59 +0100 | [diff] [blame] | 77 |  | 
| Kristian Høgsberg | 9ba136d | 2006-12-19 19:58:40 -0500 | [diff] [blame] | 78 | 	  You should also enable support for disks, CD-ROMs, etc. in the SCSI | 
 | 79 | 	  configuration section. |