^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) # SPDX-License-Identifier: GPL-2.0-only
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2) menu "IEEE 1394 (FireWire) support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3) depends on PCI || COMPILE_TEST
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4) # firewire-core does not depend on PCI but is
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5) # not useful without PCI controller driver
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7) config FIREWIRE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8) tristate "FireWire driver stack"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9) select CRC_ITU_T
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) This is the new-generation IEEE 1394 (FireWire) driver stack
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) a.k.a. Juju, a new implementation designed for robustness and
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) simplicity.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) See http://ieee1394.wiki.kernel.org/index.php/Juju_Migration
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) for information about migration from the older Linux 1394 stack
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) to the new driver stack.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) To compile this driver as a module, say M here: the module will be
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) called firewire-core.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) config FIREWIRE_OHCI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) tristate "OHCI-1394 controllers"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) depends on PCI && FIREWIRE && MMU
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25) Enable this driver if you have a FireWire controller based
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26) on the OHCI specification. For all practical purposes, this
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 27) is the only chipset in use, so say Y here.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 28)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 29) To compile this driver as a module, say M here: The module will be
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 30) called firewire-ohci.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 31)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 32) config FIREWIRE_SBP2
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 33) tristate "Storage devices (SBP-2 protocol)"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 34) depends on FIREWIRE && SCSI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 35) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 36) This option enables you to use SBP-2 devices connected to a
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 37) FireWire bus. SBP-2 devices include storage devices like
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 38) harddisks and DVD drives, also some other FireWire devices
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 39) like scanners.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 40)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 41) To compile this driver as a module, say M here: The module will be
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 42) called firewire-sbp2.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 43)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 44) You should also enable support for disks, CD-ROMs, etc. in the SCSI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 45) configuration section.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 46)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 47) config FIREWIRE_NET
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 48) tristate "IP networking over 1394"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 49) depends on FIREWIRE && INET
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 50) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 51) This enables IPv4/IPv6 over IEEE 1394, providing IP connectivity
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 52) with other implementations of RFC 2734/3146 as found on several
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 53) operating systems. Multicast support is currently limited.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 54)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 55) To compile this driver as a module, say M here: The module will be
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 56) called firewire-net.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 57)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 58) config FIREWIRE_NOSY
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 59) tristate "Nosy - a FireWire traffic sniffer for PCILynx cards"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 60) depends on PCI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 61) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 62) Nosy is an IEEE 1394 packet sniffer that is used for protocol
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 63) analysis and in development of IEEE 1394 drivers, applications,
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 64) or firmwares.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 65)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 66) This driver lets you use a Texas Instruments PCILynx 1394 to PCI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 67) link layer controller TSB12LV21/A/B as a low-budget bus analyzer.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 68) PCILynx is a nowadays very rare IEEE 1394 controller which is
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 69) not OHCI 1394 compliant.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 70)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 71) The following cards are known to be based on PCILynx or PCILynx-2:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 72) IOI IOI-1394TT (PCI card), Unibrain Fireboard 400 PCI Lynx-2
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 73) (PCI card), Newer Technology FireWire 2 Go (CardBus card),
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 74) Apple Power Mac G3 blue & white and G4 with PCI graphics
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 75) (onboard controller).
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 76)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 77) To compile this driver as a module, say M here: The module will be
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 78) called nosy. Source code of a userspace interface to nosy, called
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 79) nosy-dump, can be found in tools/firewire/ of the kernel sources.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 80)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 81) If unsure, say N.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 82)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 83) endmenu