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