blob: 5932c72f9e424a1ad76a4c6f56f15e10709af855 [file] [log] [blame]
Kristian Høgsberg3038e352006-12-19 19:58:27 -05001# -*- shell-script -*-
2
Stefan Richter22a38e722006-12-31 17:20:20 +01003comment "An alternative FireWire stack is available with EXPERIMENTAL=y"
Stefan Richter9c87da42006-12-28 16:20:00 +01004 depends on EXPERIMENTAL=n
5
Stefan Richter11f494e2007-03-18 01:39:28 +01006config FIREWIRE
Stefan Richter9c87da42006-12-28 16:20:00 +01007 tristate "IEEE 1394 (FireWire) support (JUJU alternative stack, experimental)"
8 depends on EXPERIMENTAL
Kristian Høgsberge1755692007-05-07 20:33:31 -04009 select CRC_ITU_T
Kristian Høgsberg3038e352006-12-19 19:58:27 -050010 help
11 IEEE 1394 describes a high performance serial bus, which is also
12 known as FireWire(tm) or i.Link(tm) and is used for connecting all
13 sorts of devices (most notably digital video cameras) to your
14 computer.
15
16 If you have FireWire hardware and want to use it, say Y here. This
17 is the core support only, you will also need to select a driver for
18 your IEEE 1394 adapter.
19
Stefan Richter227e7d82007-01-07 22:33:59 +010020 To compile this driver as a module, say M here: the module will be
21 called fw-core.
Kristian Høgsberg3038e352006-12-19 19:58:27 -050022
Stefan Richter227e7d82007-01-07 22:33:59 +010023 This is the "JUJU" FireWire stack, an alternative implementation
24 designed for robustness and simplicity. You can build either this
25 stack, or the classic stack (the ieee1394 driver, ohci1394 etc.)
26 or both.
Kristian Høgsberg3038e352006-12-19 19:58:27 -050027
Stefan Richter11f494e2007-03-18 01:39:28 +010028config FIREWIRE_OHCI
Stefan Richter35b75412007-01-04 18:35:00 +010029 tristate "Support for OHCI FireWire host controllers"
Stefan Richter11f494e2007-03-18 01:39:28 +010030 depends on PCI && FIREWIRE
Kristian Høgsberged568912006-12-19 19:58:35 -050031 help
Stefan Richter35b75412007-01-04 18:35:00 +010032 Enable this driver if you have a FireWire controller based
Kristian Høgsberged568912006-12-19 19:58:35 -050033 on the OHCI specification. For all practical purposes, this
34 is the only chipset in use, so say Y here.
35
Stefan Richter227e7d82007-01-07 22:33:59 +010036 To compile this driver as a module, say M here: The module will be
37 called fw-ohci.
38
39 If you also build ohci1394 of the classic IEEE 1394 driver stack,
40 blacklist either ohci1394 or fw-ohci to let hotplug load the desired
41 driver.
Kristian Høgsberged568912006-12-19 19:58:35 -050042
Stefan Richter11f494e2007-03-18 01:39:28 +010043config FIREWIRE_SBP2
Kristian Høgsberg9ba136d2006-12-19 19:58:40 -050044 tristate "Support for storage devices (SBP-2 protocol driver)"
Stefan Richter11f494e2007-03-18 01:39:28 +010045 depends on FIREWIRE && SCSI
Kristian Høgsberg9ba136d2006-12-19 19:58:40 -050046 help
Stefan Richter35b75412007-01-04 18:35:00 +010047 This option enables you to use SBP-2 devices connected to a
48 FireWire bus. SBP-2 devices include storage devices like
Kristian Høgsberg9ba136d2006-12-19 19:58:40 -050049 harddisks and DVD drives, also some other FireWire devices
50 like scanners.
51
Stefan Richter227e7d82007-01-07 22:33:59 +010052 To compile this driver as a module, say M here: The module will be
53 called fw-sbp2.
54
Kristian Høgsberg9ba136d2006-12-19 19:58:40 -050055 You should also enable support for disks, CD-ROMs, etc. in the SCSI
56 configuration section.
57
Stefan Richter227e7d82007-01-07 22:33:59 +010058 If you also build sbp2 of the classic IEEE 1394 driver stack,
59 blacklist either sbp2 or fw-sbp2 to let hotplug load the desired
60 driver.
61