blob: 25bdc2dd9ce10cf5cb8bfe2fd19ac130c27cdb33 [file] [log] [blame]
Stefan Richter22a38e722006-12-31 17:20:20 +01001comment "An alternative FireWire stack is available with EXPERIMENTAL=y"
Stefan Richter9c87da42006-12-28 16:20:00 +01002 depends on EXPERIMENTAL=n
3
Stefan Richter11f494e2007-03-18 01:39:28 +01004config FIREWIRE
Stefan Richterfe77d4f2007-06-25 22:18:40 +02005 tristate "IEEE 1394 (FireWire) support - alternative stack, EXPERIMENTAL"
Stefan Richter9c87da42006-12-28 16:20:00 +01006 depends on EXPERIMENTAL
Kristian Høgsberge1755692007-05-07 20:33:31 -04007 select CRC_ITU_T
Kristian Høgsberg3038e352006-12-19 19:58:27 -05008 help
Stefan Richterfe77d4f2007-06-25 22:18:40 +02009 This is the "Juju" FireWire stack, a new alternative implementation
Stefan Richter227e7d82007-01-07 22:33:59 +010010 designed for robustness and simplicity. You can build either this
11 stack, or the classic stack (the ieee1394 driver, ohci1394 etc.)
Stefan Richtera1134dd2007-10-07 12:31:22 +020012 or both. Please read http://wiki.linux1394.org/JujuMigration before
13 you enable the new stack.
Kristian Høgsberg3038e352006-12-19 19:58:27 -050014
Stefan Richterfe77d4f2007-06-25 22:18:40 +020015 To compile this driver as a module, say M here: the module will be
16 called firewire-core. It functionally replaces ieee1394, raw1394,
17 and video1394.
18
19 NOTE:
20
21 You should only build ONE of the stacks, unless you REALLY know what
Stefan Richter0a8da302008-03-09 00:27:20 +010022 you are doing.
Stefan Richterfe77d4f2007-06-25 22:18:40 +020023
Stefan Richter11f494e2007-03-18 01:39:28 +010024config FIREWIRE_OHCI
Stefan Richter35b75412007-01-04 18:35:00 +010025 tristate "Support for OHCI FireWire host controllers"
Stefan Richter11f494e2007-03-18 01:39:28 +010026 depends on PCI && FIREWIRE
Kristian Høgsberged568912006-12-19 19:58:35 -050027 help
Stefan Richter35b75412007-01-04 18:35:00 +010028 Enable this driver if you have a FireWire controller based
Kristian Høgsberged568912006-12-19 19:58:35 -050029 on the OHCI specification. For all practical purposes, this
30 is the only chipset in use, so say Y here.
31
Stefan Richter227e7d82007-01-07 22:33:59 +010032 To compile this driver as a module, say M here: The module will be
Stefan Richterfe77d4f2007-06-25 22:18:40 +020033 called firewire-ohci. It replaces ohci1394 of the classic IEEE 1394
34 stack.
Stefan Richter227e7d82007-01-07 22:33:59 +010035
Stefan Richterfe77d4f2007-06-25 22:18:40 +020036 NOTE:
37
Stefan Richter0a8da302008-03-09 00:27:20 +010038 You should only build ohci1394 or firewire-ohci, but not both.
39 If you nevertheless want to install both, you should configure them
40 only as modules and blacklist the driver(s) which you don't want to
41 have auto-loaded. Add either
42
43 blacklist firewire-ohci
44 or
45 blacklist ohci1394
46 blacklist video1394
47 blacklist dv1394
48
49 to /etc/modprobe.conf or /etc/modprobe.d/* and update modprobe.conf
50 depending on your distribution. The latter two modules should be
51 blacklisted together with ohci1394 because they depend on ohci1394.
52
53 If you have an old modprobe which doesn't implement the blacklist
54 directive, use "install modulename /bin/true" for the modules to be
55 blacklisted.
Kristian Høgsberged568912006-12-19 19:58:35 -050056
Stefan Richter11f494e2007-03-18 01:39:28 +010057config FIREWIRE_SBP2
Kristian Høgsberg9ba136d2006-12-19 19:58:40 -050058 tristate "Support for storage devices (SBP-2 protocol driver)"
Stefan Richter11f494e2007-03-18 01:39:28 +010059 depends on FIREWIRE && SCSI
Kristian Høgsberg9ba136d2006-12-19 19:58:40 -050060 help
Stefan Richter35b75412007-01-04 18:35:00 +010061 This option enables you to use SBP-2 devices connected to a
62 FireWire bus. SBP-2 devices include storage devices like
Kristian Høgsberg9ba136d2006-12-19 19:58:40 -050063 harddisks and DVD drives, also some other FireWire devices
64 like scanners.
65
Stefan Richter227e7d82007-01-07 22:33:59 +010066 To compile this driver as a module, say M here: The module will be
Stefan Richterfe77d4f2007-06-25 22:18:40 +020067 called firewire-sbp2. It replaces sbp2 of the classic IEEE 1394
68 stack.
Stefan Richter227e7d82007-01-07 22:33:59 +010069
Kristian Høgsberg9ba136d2006-12-19 19:58:40 -050070 You should also enable support for disks, CD-ROMs, etc. in the SCSI
71 configuration section.