Blame view

drivers/firewire/Kconfig 2.81 KB
5d7db0499   Stefan Richter   firewire, ieee139...
1
2
3
4
  menu "IEEE 1394 (FireWire) support"
  	depends on PCI || BROKEN
  	# firewire-core does not depend on PCI but is
  	# not useful without PCI controller driver
11f494ee2   Stefan Richter   firewire: rename ...
5
  config FIREWIRE
0c53decdd   Stefan Richter   firewire: new sta...
6
  	tristate "FireWire driver stack"
e175569c4   Kristian Høgsberg   firewire: Use lib...
7
  	select CRC_ITU_T
3038e353c   Kristian Høgsberg   firewire: Add cor...
8
  	help
0c53decdd   Stefan Richter   firewire: new sta...
9
10
11
12
13
14
  	  This is the new-generation IEEE 1394 (FireWire) driver stack
  	  a.k.a. Juju, a new implementation designed for robustness and
  	  simplicity.
  	  See http://ieee1394.wiki.kernel.org/index.php/Juju_Migration
  	  for information about migration from the older Linux 1394 stack
  	  to the new driver stack.
3038e353c   Kristian Høgsberg   firewire: Add cor...
15

fe77d4f28   Stefan Richter   firewire: add Kco...
16
  	  To compile this driver as a module, say M here: the module will be
f05e21b39   Stefan Richter   firewire: state u...
17
  	  called firewire-core.
11f494ee2   Stefan Richter   firewire: rename ...
18
  config FIREWIRE_OHCI
a7b64b870   Stefan Richter   firewire: Kconfig...
19
  	tristate "OHCI-1394 controllers"
7a39d8b82   Clemens Ladisch   firewire: ohci: A...
20
  	depends on PCI && FIREWIRE && MMU
ed5689122   Kristian Høgsberg   firewire: Add dri...
21
  	help
35b7541c8   Stefan Richter   firewire: typo in...
22
  	  Enable this driver if you have a FireWire controller based
ed5689122   Kristian Høgsberg   firewire: Add dri...
23
24
  	  on the OHCI specification.  For all practical purposes, this
  	  is the only chipset in use, so say Y here.
227e7d819   Stefan Richter   firewire: additio...
25
  	  To compile this driver as a module, say M here:  The module will be
5d7db0499   Stefan Richter   firewire, ieee139...
26
  	  called firewire-ohci.
ed5689122   Kristian Høgsberg   firewire: Add dri...
27

11f494ee2   Stefan Richter   firewire: rename ...
28
  config FIREWIRE_SBP2
a7b64b870   Stefan Richter   firewire: Kconfig...
29
  	tristate "Storage devices (SBP-2 protocol)"
11f494ee2   Stefan Richter   firewire: rename ...
30
  	depends on FIREWIRE && SCSI
9ba136d0f   Kristian Høgsberg   firewire: Add SBP...
31
  	help
35b7541c8   Stefan Richter   firewire: typo in...
32
33
  	  This option enables you to use SBP-2 devices connected to a
  	  FireWire bus.  SBP-2 devices include storage devices like
9ba136d0f   Kristian Høgsberg   firewire: Add SBP...
34
35
  	  harddisks and DVD drives, also some other FireWire devices
  	  like scanners.
227e7d819   Stefan Richter   firewire: additio...
36
  	  To compile this driver as a module, say M here:  The module will be
5d7db0499   Stefan Richter   firewire, ieee139...
37
  	  called firewire-sbp2.
227e7d819   Stefan Richter   firewire: additio...
38

9ba136d0f   Kristian Høgsberg   firewire: Add SBP...
39
40
  	  You should also enable support for disks, CD-ROMs, etc. in the SCSI
  	  configuration section.
b9530fd6c   Stefan Richter   firewire: net: ad...
41
42
  
  config FIREWIRE_NET
324719978   Stefan Richter   firewire: net: is...
43
44
  	tristate "IP networking over 1394"
  	depends on FIREWIRE && INET
b9530fd6c   Stefan Richter   firewire: net: ad...
45
46
47
48
49
50
  	help
  	  This enables IPv4 over IEEE 1394, providing IP connectivity with
  	  other implementations of RFC 2734 as found on several operating
  	  systems.  Multicast support is currently limited.
  
  	  To compile this driver as a module, say M here:  The module will be
5d7db0499   Stefan Richter   firewire, ieee139...
51
  	  called firewire-net.
286468210   Stefan Richter   firewire: new dri...
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
  config FIREWIRE_NOSY
  	tristate "Nosy - a FireWire traffic sniffer for PCILynx cards"
  	depends on PCI
  	help
  	  Nosy is an IEEE 1394 packet sniffer that is used for protocol
  	  analysis and in development of IEEE 1394 drivers, applications,
  	  or firmwares.
  
  	  This driver lets you use a Texas Instruments PCILynx 1394 to PCI
  	  link layer controller TSB12LV21/A/B as a low-budget bus analyzer.
  	  PCILynx is a nowadays very rare IEEE 1394 controller which is
  	  not OHCI 1394 compliant.
  
  	  The following cards are known to be based on PCILynx or PCILynx-2:
  	  IOI IOI-1394TT (PCI card), Unibrain Fireboard 400 PCI Lynx-2
  	  (PCI card), Newer Technology FireWire 2 Go (CardBus card),
8fd2af11d   Stefan Richter   firewire: nosy: s...
68
69
  	  Apple Power Mac G3 blue & white and G4 with PCI graphics
  	  (onboard controller).
286468210   Stefan Richter   firewire: new dri...
70
71
  
  	  To compile this driver as a module, say M here:  The module will be
9f6d3c4b7   Stefan Richter   tools/firewire: a...
72
73
  	  called nosy.  Source code of a userspace interface to nosy, called
  	  nosy-dump, can be found in tools/firewire/ of the kernel sources.
286468210   Stefan Richter   firewire: new dri...
74
75
  
  	  If unsure, say N.
5d7db0499   Stefan Richter   firewire, ieee139...
76
  endmenu