firewire: Add ref-counting for sbp2_device and hold a ref while we have work scheduled.
[deliverable/linux.git] / drivers / firewire / Kconfig
CommitLineData
3038e353
KH
1# -*- shell-script -*-
2
22a38e72 3comment "An alternative FireWire stack is available with EXPERIMENTAL=y"
9c87da4e
SR
4 depends on EXPERIMENTAL=n
5
3038e353 6config FW
9c87da4e
SR
7 tristate "IEEE 1394 (FireWire) support (JUJU alternative stack, experimental)"
8 depends on EXPERIMENTAL
3038e353
KH
9 help
10 IEEE 1394 describes a high performance serial bus, which is also
11 known as FireWire(tm) or i.Link(tm) and is used for connecting all
12 sorts of devices (most notably digital video cameras) to your
13 computer.
14
15 If you have FireWire hardware and want to use it, say Y here. This
16 is the core support only, you will also need to select a driver for
17 your IEEE 1394 adapter.
18
227e7d81
SR
19 To compile this driver as a module, say M here: the module will be
20 called fw-core.
3038e353 21
227e7d81
SR
22 This is the "JUJU" FireWire stack, an alternative implementation
23 designed for robustness and simplicity. You can build either this
24 stack, or the classic stack (the ieee1394 driver, ohci1394 etc.)
25 or both.
3038e353 26
ed568912 27config FW_OHCI
35b7541c 28 tristate "Support for OHCI FireWire host controllers"
ed568912
KH
29 depends on PCI && FW
30 help
35b7541c 31 Enable this driver if you have a FireWire controller based
ed568912
KH
32 on the OHCI specification. For all practical purposes, this
33 is the only chipset in use, so say Y here.
34
227e7d81
SR
35 To compile this driver as a module, say M here: The module will be
36 called fw-ohci.
37
38 If you also build ohci1394 of the classic IEEE 1394 driver stack,
39 blacklist either ohci1394 or fw-ohci to let hotplug load the desired
40 driver.
ed568912 41
9ba136d0
KH
42config FW_SBP2
43 tristate "Support for storage devices (SBP-2 protocol driver)"
44 depends on FW && SCSI
45 help
35b7541c
SR
46 This option enables you to use SBP-2 devices connected to a
47 FireWire bus. SBP-2 devices include storage devices like
9ba136d0
KH
48 harddisks and DVD drives, also some other FireWire devices
49 like scanners.
50
227e7d81
SR
51 To compile this driver as a module, say M here: The module will be
52 called fw-sbp2.
53
9ba136d0
KH
54 You should also enable support for disks, CD-ROMs, etc. in the SCSI
55 configuration section.
56
227e7d81
SR
57 If you also build sbp2 of the classic IEEE 1394 driver stack,
58 blacklist either sbp2 or fw-sbp2 to let hotplug load the desired
59 driver.
60
This page took 0.031677 seconds and 5 git commands to generate.