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 3111f494eeSStefan Richterconfig FIREWIRE_SBP2 32a7b64b87SStefan Richter tristate "Storage devices (SBP-2 protocol)" 3311f494eeSStefan Richter depends on FIREWIRE && SCSI 349ba136d0SKristian Høgsberg help 3535b7541cSStefan Richter This option enables you to use SBP-2 devices connected to a 3635b7541cSStefan Richter FireWire bus. SBP-2 devices include storage devices like 379ba136d0SKristian Høgsberg harddisks and DVD drives, also some other FireWire devices 389ba136d0SKristian Høgsberg like scanners. 399ba136d0SKristian Høgsberg 40227e7d81SStefan Richter To compile this driver as a module, say M here: The module will be 415d7db049SStefan Richter called firewire-sbp2. 42227e7d81SStefan Richter 439ba136d0SKristian Høgsberg You should also enable support for disks, CD-ROMs, etc. in the SCSI 449ba136d0SKristian Høgsberg configuration section. 45b9530fd6SStefan Richter 46b9530fd6SStefan Richterconfig FIREWIRE_NET 4732471997SStefan Richter tristate "IP networking over 1394" 4832471997SStefan Richter depends on FIREWIRE && INET 49b9530fd6SStefan Richter help 50cb6bf355SYOSHIFUJI Hideaki / 吉藤英明 This enables IPv4/IPv6 over IEEE 1394, providing IP connectivity 51cb6bf355SYOSHIFUJI Hideaki / 吉藤英明 with other implementations of RFC 2734/3146 as found on several 52cb6bf355SYOSHIFUJI Hideaki / 吉藤英明 operating systems. Multicast support is currently limited. 53b9530fd6SStefan Richter 54b9530fd6SStefan Richter To compile this driver as a module, say M here: The module will be 555d7db049SStefan Richter called firewire-net. 565d7db049SStefan Richter 5728646821SStefan Richterconfig FIREWIRE_NOSY 5828646821SStefan Richter tristate "Nosy - a FireWire traffic sniffer for PCILynx cards" 5928646821SStefan Richter depends on PCI 6028646821SStefan Richter help 6128646821SStefan Richter Nosy is an IEEE 1394 packet sniffer that is used for protocol 6228646821SStefan Richter analysis and in development of IEEE 1394 drivers, applications, 6328646821SStefan Richter or firmwares. 6428646821SStefan Richter 6528646821SStefan Richter This driver lets you use a Texas Instruments PCILynx 1394 to PCI 6628646821SStefan Richter link layer controller TSB12LV21/A/B as a low-budget bus analyzer. 6728646821SStefan Richter PCILynx is a nowadays very rare IEEE 1394 controller which is 6828646821SStefan Richter not OHCI 1394 compliant. 6928646821SStefan Richter 7028646821SStefan Richter The following cards are known to be based on PCILynx or PCILynx-2: 7128646821SStefan Richter IOI IOI-1394TT (PCI card), Unibrain Fireboard 400 PCI Lynx-2 7228646821SStefan Richter (PCI card), Newer Technology FireWire 2 Go (CardBus card), 738fd2af11SStefan Richter Apple Power Mac G3 blue & white and G4 with PCI graphics 748fd2af11SStefan Richter (onboard controller). 7528646821SStefan Richter 7628646821SStefan Richter To compile this driver as a module, say M here: The module will be 779f6d3c4bSStefan Richter called nosy. Source code of a userspace interface to nosy, called 789f6d3c4bSStefan Richter nosy-dump, can be found in tools/firewire/ of the kernel sources. 7928646821SStefan Richter 8028646821SStefan Richter If unsure, say N. 8128646821SStefan Richter 825d7db049SStefan Richterendmenu 83