xref: /openbmc/linux/drivers/firewire/Kconfig (revision 32471997)
15d7db049SStefan Richtermenu "IEEE 1394 (FireWire) support"
25d7db049SStefan Richter	depends on PCI || BROKEN
35d7db049SStefan Richter	# firewire-core does not depend on PCI but is
45d7db049SStefan Richter	# not useful without PCI controller driver
55d7db049SStefan Richter
611f494eeSStefan Richterconfig FIREWIRE
70c53decdSStefan Richter	tristate "FireWire driver stack"
8e175569cSKristian Høgsberg	select CRC_ITU_T
93038e353SKristian Høgsberg	help
100c53decdSStefan Richter	  This is the new-generation IEEE 1394 (FireWire) driver stack
110c53decdSStefan Richter	  a.k.a. Juju, a new implementation designed for robustness and
120c53decdSStefan Richter	  simplicity.
130c53decdSStefan Richter	  See http://ieee1394.wiki.kernel.org/index.php/Juju_Migration
140c53decdSStefan Richter	  for information about migration from the older Linux 1394 stack
150c53decdSStefan Richter	  to the new driver stack.
163038e353SKristian Høgsberg
17fe77d4f2SStefan Richter	  To compile this driver as a module, say M here: the module will be
18f05e21b3SStefan Richter	  called firewire-core.
19f05e21b3SStefan Richter
2011f494eeSStefan Richterconfig FIREWIRE_OHCI
21a7b64b87SStefan Richter	tristate "OHCI-1394 controllers"
227a39d8b8SClemens Ladisch	depends on PCI && FIREWIRE && MMU
23ed568912SKristian Høgsberg	help
2435b7541cSStefan Richter	  Enable this driver if you have a FireWire controller based
25ed568912SKristian Høgsberg	  on the OHCI specification.  For all practical purposes, this
26ed568912SKristian Høgsberg	  is the only chipset in use, so say Y here.
27ed568912SKristian Høgsberg
28227e7d81SStefan Richter	  To compile this driver as a module, say M here:  The module will be
295d7db049SStefan Richter	  called firewire-ohci.
30ed568912SKristian Høgsberg
31ad3c0fe8SStefan Richterconfig FIREWIRE_OHCI_DEBUG
32ad3c0fe8SStefan Richter	bool
33ad3c0fe8SStefan Richter	depends on FIREWIRE_OHCI
34ad3c0fe8SStefan Richter	default y
35ad3c0fe8SStefan Richter
3611f494eeSStefan Richterconfig FIREWIRE_SBP2
37a7b64b87SStefan Richter	tristate "Storage devices (SBP-2 protocol)"
3811f494eeSStefan Richter	depends on FIREWIRE && SCSI
399ba136d0SKristian Høgsberg	help
4035b7541cSStefan Richter	  This option enables you to use SBP-2 devices connected to a
4135b7541cSStefan Richter	  FireWire bus.  SBP-2 devices include storage devices like
429ba136d0SKristian Høgsberg	  harddisks and DVD drives, also some other FireWire devices
439ba136d0SKristian Høgsberg	  like scanners.
449ba136d0SKristian Høgsberg
45227e7d81SStefan Richter	  To compile this driver as a module, say M here:  The module will be
465d7db049SStefan Richter	  called firewire-sbp2.
47227e7d81SStefan Richter
489ba136d0SKristian Høgsberg	  You should also enable support for disks, CD-ROMs, etc. in the SCSI
499ba136d0SKristian Høgsberg	  configuration section.
50b9530fd6SStefan Richter
51b9530fd6SStefan Richterconfig FIREWIRE_NET
5232471997SStefan Richter	tristate "IP networking over 1394"
5332471997SStefan Richter	depends on FIREWIRE && INET
54b9530fd6SStefan Richter	help
55b9530fd6SStefan Richter	  This enables IPv4 over IEEE 1394, providing IP connectivity with
56b9530fd6SStefan Richter	  other implementations of RFC 2734 as found on several operating
57b9530fd6SStefan Richter	  systems.  Multicast support is currently limited.
58b9530fd6SStefan Richter
59b9530fd6SStefan Richter	  To compile this driver as a module, say M here:  The module will be
605d7db049SStefan Richter	  called firewire-net.
615d7db049SStefan Richter
6228646821SStefan Richterconfig FIREWIRE_NOSY
6328646821SStefan Richter	tristate "Nosy - a FireWire traffic sniffer for PCILynx cards"
6428646821SStefan Richter	depends on PCI
6528646821SStefan Richter	help
6628646821SStefan Richter	  Nosy is an IEEE 1394 packet sniffer that is used for protocol
6728646821SStefan Richter	  analysis and in development of IEEE 1394 drivers, applications,
6828646821SStefan Richter	  or firmwares.
6928646821SStefan Richter
7028646821SStefan Richter	  This driver lets you use a Texas Instruments PCILynx 1394 to PCI
7128646821SStefan Richter	  link layer controller TSB12LV21/A/B as a low-budget bus analyzer.
7228646821SStefan Richter	  PCILynx is a nowadays very rare IEEE 1394 controller which is
7328646821SStefan Richter	  not OHCI 1394 compliant.
7428646821SStefan Richter
7528646821SStefan Richter	  The following cards are known to be based on PCILynx or PCILynx-2:
7628646821SStefan Richter	  IOI IOI-1394TT (PCI card), Unibrain Fireboard 400 PCI Lynx-2
7728646821SStefan Richter	  (PCI card), Newer Technology FireWire 2 Go (CardBus card),
7828646821SStefan Richter	  Apple Power Mac G3 blue & white (onboard controller).
7928646821SStefan Richter
8028646821SStefan Richter	  To compile this driver as a module, say M here:  The module will be
819f6d3c4bSStefan Richter	  called nosy.  Source code of a userspace interface to nosy, called
829f6d3c4bSStefan Richter	  nosy-dump, can be found in tools/firewire/ of the kernel sources.
8328646821SStefan Richter
8428646821SStefan Richter	  If unsure, say N.
8528646821SStefan Richter
865d7db049SStefan Richterendmenu
87