blob: 8e14675f92d67e75aef9173d5a9287f8f7e413eb [file] [log] [blame]
Kristian Høgsberg3038e352006-12-19 19:58:27 -05001# -*- shell-script -*-
2
3menu "IEEE 1394 (FireWire) support (JUJU alternative stack)"
4
Stefan Richter9c87da42006-12-28 16:20:00 +01005comment "This is an EXPERIMENTAL set of alternative FireWire drivers."
6 depends on EXPERIMENTAL=n
7
Kristian Høgsberg3038e352006-12-19 19:58:27 -05008config FW
Stefan Richter9c87da42006-12-28 16:20:00 +01009 tristate "IEEE 1394 (FireWire) support (JUJU alternative stack, experimental)"
10 depends on EXPERIMENTAL
Kristian Høgsberg3038e352006-12-19 19:58:27 -050011 help
12 IEEE 1394 describes a high performance serial bus, which is also
13 known as FireWire(tm) or i.Link(tm) and is used for connecting all
14 sorts of devices (most notably digital video cameras) to your
15 computer.
16
17 If you have FireWire hardware and want to use it, say Y here. This
18 is the core support only, you will also need to select a driver for
19 your IEEE 1394 adapter.
20
Stefan Richter35b75412007-01-04 18:35:00 +010021 This is the "JUJU" FireWire stack, an alternative
22 implementation designed for robustness and simplicity.
Kristian Høgsberg3038e352006-12-19 19:58:27 -050023
24 To compile this driver as a module, say M here: the
25 module will be called fw-core.
26
Kristian Høgsberged568912006-12-19 19:58:35 -050027config FW_OHCI
Stefan Richter35b75412007-01-04 18:35:00 +010028 tristate "Support for OHCI FireWire host controllers"
Kristian Høgsberged568912006-12-19 19:58:35 -050029 depends on PCI && FW
30 help
Stefan Richter35b75412007-01-04 18:35:00 +010031 Enable this driver if you have a FireWire controller based
Kristian Høgsberged568912006-12-19 19:58:35 -050032 on the OHCI specification. For all practical purposes, this
33 is the only chipset in use, so say Y here.
34
35 To compile this driver as a module, say M here: the
36 module will be called fw-ohci.
37
Kristian Høgsberg9ba136d2006-12-19 19:58:40 -050038config FW_SBP2
39 tristate "Support for storage devices (SBP-2 protocol driver)"
40 depends on FW && SCSI
41 help
Stefan Richter35b75412007-01-04 18:35:00 +010042 This option enables you to use SBP-2 devices connected to a
43 FireWire bus. SBP-2 devices include storage devices like
Kristian Høgsberg9ba136d2006-12-19 19:58:40 -050044 harddisks and DVD drives, also some other FireWire devices
45 like scanners.
46
47 You should also enable support for disks, CD-ROMs, etc. in the SCSI
48 configuration section.
49
Kristian Høgsberg3038e352006-12-19 19:58:27 -050050endmenu