Merge git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6
[deliverable/linux.git] / drivers / firewire / Kconfig
CommitLineData
a7b64b87 1comment "A new alternative FireWire stack is available with EXPERIMENTAL=y"
9c87da4e
SR
2 depends on EXPERIMENTAL=n
3
a7b64b87
SR
4comment "Enable only one of the two stacks, unless you know what you are doing"
5 depends on EXPERIMENTAL
6
11f494ee 7config FIREWIRE
a7b64b87 8 tristate "New FireWire stack, EXPERIMENTAL"
9c87da4e 9 depends on EXPERIMENTAL
e175569c 10 select CRC_ITU_T
3038e353 11 help
fe77d4f2 12 This is the "Juju" FireWire stack, a new alternative implementation
227e7d81 13 designed for robustness and simplicity. You can build either this
a7b64b87
SR
14 stack, or the old stack (the ieee1394 driver, ohci1394 etc.) or both.
15 Please read http://wiki.linux1394.org/JujuMigration before you
16 enable the new stack.
3038e353 17
fe77d4f2
SR
18 To compile this driver as a module, say M here: the module will be
19 called firewire-core. It functionally replaces ieee1394, raw1394,
20 and video1394.
21
11f494ee 22config FIREWIRE_OHCI
a7b64b87 23 tristate "OHCI-1394 controllers"
11f494ee 24 depends on PCI && FIREWIRE
ed568912 25 help
35b7541c 26 Enable this driver if you have a FireWire controller based
ed568912
KH
27 on the OHCI specification. For all practical purposes, this
28 is the only chipset in use, so say Y here.
29
227e7d81 30 To compile this driver as a module, say M here: The module will be
fe77d4f2
SR
31 called firewire-ohci. It replaces ohci1394 of the classic IEEE 1394
32 stack.
33
a7b64b87 34 NOTE:
227e7d81 35
a7b64b87
SR
36 You should only build either firewire-ohci or the old ohci1394 driver,
37 but not both. If you nevertheless want to install both, you should
38 configure them only as modules and blacklist the driver(s) which you
39 don't want to have auto-loaded. Add either
0a8da30d
SR
40
41 blacklist firewire-ohci
42 or
43 blacklist ohci1394
44 blacklist video1394
45 blacklist dv1394
46
47 to /etc/modprobe.conf or /etc/modprobe.d/* and update modprobe.conf
48 depending on your distribution. The latter two modules should be
49 blacklisted together with ohci1394 because they depend on ohci1394.
50
51 If you have an old modprobe which doesn't implement the blacklist
52 directive, use "install modulename /bin/true" for the modules to be
53 blacklisted.
ed568912 54
ad3c0fe8
SR
55config FIREWIRE_OHCI_DEBUG
56 bool
57 depends on FIREWIRE_OHCI
58 default y
59
11f494ee 60config FIREWIRE_SBP2
a7b64b87 61 tristate "Storage devices (SBP-2 protocol)"
11f494ee 62 depends on FIREWIRE && SCSI
9ba136d0 63 help
35b7541c
SR
64 This option enables you to use SBP-2 devices connected to a
65 FireWire bus. SBP-2 devices include storage devices like
9ba136d0
KH
66 harddisks and DVD drives, also some other FireWire devices
67 like scanners.
68
227e7d81 69 To compile this driver as a module, say M here: The module will be
fe77d4f2
SR
70 called firewire-sbp2. It replaces sbp2 of the classic IEEE 1394
71 stack.
227e7d81 72
9ba136d0
KH
73 You should also enable support for disks, CD-ROMs, etc. in the SCSI
74 configuration section.
This page took 0.185994 seconds and 5 git commands to generate.