| 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 | 0c53dec | 2009-06-16 22:36:34 +0200 | [diff] [blame] | 6 | comment "You can enable one or both FireWire driver stacks." | 
| Stefan Richter | 5d7db04 | 2009-12-26 01:36:53 +0100 | [diff] [blame] | 7 | comment "The newer stack is recommended." | 
| Stefan Richter | a7b64b8 | 2008-06-14 14:24:53 +0200 | [diff] [blame] | 8 |  | 
| Stefan Richter | 11f494e | 2007-03-18 01:39:28 +0100 | [diff] [blame] | 9 | config FIREWIRE | 
| Stefan Richter | 0c53dec | 2009-06-16 22:36:34 +0200 | [diff] [blame] | 10 | 	tristate "FireWire driver stack" | 
| Kristian Høgsberg | e175569 | 2007-05-07 20:33:31 -0400 | [diff] [blame] | 11 | 	select CRC_ITU_T | 
| Kristian Høgsberg | 3038e35 | 2006-12-19 19:58:27 -0500 | [diff] [blame] | 12 | 	help | 
| Stefan Richter | 0c53dec | 2009-06-16 22:36:34 +0200 | [diff] [blame] | 13 | 	  This is the new-generation IEEE 1394 (FireWire) driver stack | 
 | 14 | 	  a.k.a. Juju, a new implementation designed for robustness and | 
 | 15 | 	  simplicity. | 
 | 16 | 	  See http://ieee1394.wiki.kernel.org/index.php/Juju_Migration | 
 | 17 | 	  for information about migration from the older Linux 1394 stack | 
 | 18 | 	  to the new driver stack. | 
| Kristian Høgsberg | 3038e35 | 2006-12-19 19:58:27 -0500 | [diff] [blame] | 19 |  | 
| Stefan Richter | fe77d4f | 2007-06-25 22:18:40 +0200 | [diff] [blame] | 20 | 	  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] | 21 | 	  called firewire-core. | 
 | 22 |  | 
| Stefan Richter | 11f494e | 2007-03-18 01:39:28 +0100 | [diff] [blame] | 23 | config FIREWIRE_OHCI | 
| Stefan Richter | a7b64b8 | 2008-06-14 14:24:53 +0200 | [diff] [blame] | 24 | 	tristate "OHCI-1394 controllers" | 
| Stefan Richter | 11f494e | 2007-03-18 01:39:28 +0100 | [diff] [blame] | 25 | 	depends on PCI && FIREWIRE | 
| Kristian Høgsberg | ed56891 | 2006-12-19 19:58:35 -0500 | [diff] [blame] | 26 | 	help | 
| Stefan Richter | 35b7541 | 2007-01-04 18:35:00 +0100 | [diff] [blame] | 27 | 	  Enable this driver if you have a FireWire controller based | 
| Kristian Høgsberg | ed56891 | 2006-12-19 19:58:35 -0500 | [diff] [blame] | 28 | 	  on the OHCI specification.  For all practical purposes, this | 
 | 29 | 	  is the only chipset in use, so say Y here. | 
 | 30 |  | 
| Stefan Richter | 227e7d8 | 2007-01-07 22:33:59 +0100 | [diff] [blame] | 31 | 	  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] | 32 | 	  called firewire-ohci. | 
| Kristian Høgsberg | ed56891 | 2006-12-19 19:58:35 -0500 | [diff] [blame] | 33 |  | 
| Stefan Richter | ad3c0fe | 2008-03-20 22:04:36 +0100 | [diff] [blame] | 34 | config FIREWIRE_OHCI_DEBUG | 
 | 35 | 	bool | 
 | 36 | 	depends on FIREWIRE_OHCI | 
 | 37 | 	default y | 
 | 38 |  | 
| Stefan Richter | 11f494e | 2007-03-18 01:39:28 +0100 | [diff] [blame] | 39 | config FIREWIRE_SBP2 | 
| Stefan Richter | a7b64b8 | 2008-06-14 14:24:53 +0200 | [diff] [blame] | 40 | 	tristate "Storage devices (SBP-2 protocol)" | 
| Stefan Richter | 11f494e | 2007-03-18 01:39:28 +0100 | [diff] [blame] | 41 | 	depends on FIREWIRE && SCSI | 
| Kristian Høgsberg | 9ba136d | 2006-12-19 19:58:40 -0500 | [diff] [blame] | 42 | 	help | 
| Stefan Richter | 35b7541 | 2007-01-04 18:35:00 +0100 | [diff] [blame] | 43 | 	  This option enables you to use SBP-2 devices connected to a | 
 | 44 | 	  FireWire bus.  SBP-2 devices include storage devices like | 
| Kristian Høgsberg | 9ba136d | 2006-12-19 19:58:40 -0500 | [diff] [blame] | 45 | 	  harddisks and DVD drives, also some other FireWire devices | 
 | 46 | 	  like scanners. | 
 | 47 |  | 
| Stefan Richter | 227e7d8 | 2007-01-07 22:33:59 +0100 | [diff] [blame] | 48 | 	  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] | 49 | 	  called firewire-sbp2. | 
| Stefan Richter | 227e7d8 | 2007-01-07 22:33:59 +0100 | [diff] [blame] | 50 |  | 
| Kristian Høgsberg | 9ba136d | 2006-12-19 19:58:40 -0500 | [diff] [blame] | 51 | 	  You should also enable support for disks, CD-ROMs, etc. in the SCSI | 
 | 52 | 	  configuration section. | 
| Stefan Richter | b9530fd | 2009-06-07 22:57:53 +0200 | [diff] [blame] | 53 |  | 
 | 54 | config FIREWIRE_NET | 
| Stefan Richter | 0c53dec | 2009-06-16 22:36:34 +0200 | [diff] [blame] | 55 | 	tristate "IP networking over 1394 (EXPERIMENTAL)" | 
 | 56 | 	depends on FIREWIRE && INET && EXPERIMENTAL | 
| Stefan Richter | b9530fd | 2009-06-07 22:57:53 +0200 | [diff] [blame] | 57 | 	help | 
 | 58 | 	  This enables IPv4 over IEEE 1394, providing IP connectivity with | 
 | 59 | 	  other implementations of RFC 2734 as found on several operating | 
 | 60 | 	  systems.  Multicast support is currently limited. | 
 | 61 |  | 
| Stefan Richter | 0c53dec | 2009-06-16 22:36:34 +0200 | [diff] [blame] | 62 | 	  NOTE, this driver is not stable yet! | 
 | 63 |  | 
| Stefan Richter | b9530fd | 2009-06-07 22:57:53 +0200 | [diff] [blame] | 64 | 	  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] | 65 | 	  called firewire-net. | 
 | 66 |  | 
 | 67 | source "drivers/ieee1394/Kconfig" | 
 | 68 |  | 
 | 69 | endmenu |