blob: d011a76f8e7a4d032820ffbaafd7d0c544e1a259 [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 Richterfe77d4f2007-06-25 22:18:40 +02007 tristate "IEEE 1394 (FireWire) support - alternative stack, EXPERIMENTAL"
Stefan Richter9c87da42006-12-28 16:20:00 +01008 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
Stefan Richterfe77d4f2007-06-25 22:18:40 +020011 This is the "Juju" FireWire stack, a new alternative implementation
Stefan Richter227e7d82007-01-07 22:33:59 +010012 designed for robustness and simplicity. You can build either this
13 stack, or the classic stack (the ieee1394 driver, ohci1394 etc.)
14 or both.
Kristian Høgsberg3038e352006-12-19 19:58:27 -050015
Stefan Richterfe77d4f2007-06-25 22:18:40 +020016 To compile this driver as a module, say M here: the module will be
17 called firewire-core. It functionally replaces ieee1394, raw1394,
18 and video1394.
19
20 NOTE:
21
22 You should only build ONE of the stacks, unless you REALLY know what
23 you are doing. If you install both, you should configure them only as
24 modules rather than link them statically, and you should blacklist one
25 of the concurrent low-level drivers in /etc/modprobe.conf. Add either
26
27 blacklist firewire-ohci
28 or
29 blacklist ohci1394
30
31 there depending on which driver you DON'T want to have auto-loaded.
32 You can optionally do the same with the other IEEE 1394/ FireWire
33 drivers.
34
35 If you have an old modprobe which doesn't implement the blacklist
36 directive, use either
37
38 install firewire-ohci /bin/true
39 or
40 install ohci1394 /bin/true
41
42 and so on, depending on which modules you DON't want to have
43 auto-loaded.
44
Stefan Richter11f494e2007-03-18 01:39:28 +010045config FIREWIRE_OHCI
Stefan Richter35b75412007-01-04 18:35:00 +010046 tristate "Support for OHCI FireWire host controllers"
Stefan Richter11f494e2007-03-18 01:39:28 +010047 depends on PCI && FIREWIRE
Kristian Høgsberged568912006-12-19 19:58:35 -050048 help
Stefan Richter35b75412007-01-04 18:35:00 +010049 Enable this driver if you have a FireWire controller based
Kristian Høgsberged568912006-12-19 19:58:35 -050050 on the OHCI specification. For all practical purposes, this
51 is the only chipset in use, so say Y here.
52
Stefan Richter227e7d82007-01-07 22:33:59 +010053 To compile this driver as a module, say M here: The module will be
Stefan Richterfe77d4f2007-06-25 22:18:40 +020054 called firewire-ohci. It replaces ohci1394 of the classic IEEE 1394
55 stack.
Stefan Richter227e7d82007-01-07 22:33:59 +010056
Stefan Richterfe77d4f2007-06-25 22:18:40 +020057 NOTE:
58
59 If you also build ohci1394 of the classic stack, blacklist either
60 ohci1394 or firewire-ohci to let hotplug load only the desired driver.
Kristian Høgsberged568912006-12-19 19:58:35 -050061
Stefan Richter11f494e2007-03-18 01:39:28 +010062config FIREWIRE_SBP2
Kristian Høgsberg9ba136d2006-12-19 19:58:40 -050063 tristate "Support for storage devices (SBP-2 protocol driver)"
Stefan Richter11f494e2007-03-18 01:39:28 +010064 depends on FIREWIRE && SCSI
Kristian Høgsberg9ba136d2006-12-19 19:58:40 -050065 help
Stefan Richter35b75412007-01-04 18:35:00 +010066 This option enables you to use SBP-2 devices connected to a
67 FireWire bus. SBP-2 devices include storage devices like
Kristian Høgsberg9ba136d2006-12-19 19:58:40 -050068 harddisks and DVD drives, also some other FireWire devices
69 like scanners.
70
Stefan Richter227e7d82007-01-07 22:33:59 +010071 To compile this driver as a module, say M here: The module will be
Stefan Richterfe77d4f2007-06-25 22:18:40 +020072 called firewire-sbp2. It replaces sbp2 of the classic IEEE 1394
73 stack.
Stefan Richter227e7d82007-01-07 22:33:59 +010074
Kristian Høgsberg9ba136d2006-12-19 19:58:40 -050075 You should also enable support for disks, CD-ROMs, etc. in the SCSI
76 configuration section.
77
Stefan Richterfe77d4f2007-06-25 22:18:40 +020078 NOTE:
79
80 If you also build sbp2 of the classic stack, blacklist either sbp2
81 or firewire-sbp2 to let hotplug load only the desired driver.
Stefan Richter227e7d82007-01-07 22:33:59 +010082