1 <<<<<<< HEAD:drivers/firewire/Kconfig
5 >>>>>>> 264e3e889d86e552b4191d69bb60f4f3b383135a:drivers/firewire/Kconfig
6 comment "An alternative FireWire stack is available with EXPERIMENTAL=y"
7 depends on EXPERIMENTAL=n
10 tristate "IEEE 1394 (FireWire) support - alternative stack, EXPERIMENTAL"
11 depends on EXPERIMENTAL
14 This is the "Juju" FireWire stack, a new alternative implementation
15 designed for robustness and simplicity. You can build either this
16 stack, or the classic stack (the ieee1394 driver, ohci1394 etc.)
17 or both. Please read http://wiki.linux1394.org/JujuMigration before
18 you enable the new stack.
20 To compile this driver as a module, say M here: the module will be
21 called firewire-core. It functionally replaces ieee1394, raw1394,
26 You should only build ONE of the stacks, unless you REALLY know what
27 <<<<<<< HEAD:drivers/firewire/Kconfig
28 you are doing. If you install both, you should configure them only as
29 modules rather than link them statically, and you should blacklist one
30 of the concurrent low-level drivers in /etc/modprobe.conf. Add either
32 blacklist firewire-ohci
36 there depending on which driver you DON'T want to have auto-loaded.
37 You can optionally do the same with the other IEEE 1394/ FireWire
40 If you have an old modprobe which doesn't implement the blacklist
43 install firewire-ohci /bin/true
45 install ohci1394 /bin/true
47 and so on, depending on which modules you DON't want to have
51 >>>>>>> 264e3e889d86e552b4191d69bb60f4f3b383135a:drivers/firewire/Kconfig
54 tristate "Support for OHCI FireWire host controllers"
55 depends on PCI && FIREWIRE
57 Enable this driver if you have a FireWire controller based
58 on the OHCI specification. For all practical purposes, this
59 is the only chipset in use, so say Y here.
61 To compile this driver as a module, say M here: The module will be
62 called firewire-ohci. It replaces ohci1394 of the classic IEEE 1394
67 <<<<<<< HEAD:drivers/firewire/Kconfig
68 If you also build ohci1394 of the classic stack, blacklist either
69 ohci1394 or firewire-ohci to let hotplug load only the desired driver.
71 You should only build ohci1394 or firewire-ohci, but not both.
72 If you nevertheless want to install both, you should configure them
73 only as modules and blacklist the driver(s) which you don't want to
74 have auto-loaded. Add either
76 blacklist firewire-ohci
82 to /etc/modprobe.conf or /etc/modprobe.d/* and update modprobe.conf
83 depending on your distribution. The latter two modules should be
84 blacklisted together with ohci1394 because they depend on ohci1394.
86 If you have an old modprobe which doesn't implement the blacklist
87 directive, use "install modulename /bin/true" for the modules to be
89 >>>>>>> 264e3e889d86e552b4191d69bb60f4f3b383135a:drivers/firewire/Kconfig
92 tristate "Support for storage devices (SBP-2 protocol driver)"
93 depends on FIREWIRE && SCSI
95 This option enables you to use SBP-2 devices connected to a
96 FireWire bus. SBP-2 devices include storage devices like
97 harddisks and DVD drives, also some other FireWire devices
100 To compile this driver as a module, say M here: The module will be
101 called firewire-sbp2. It replaces sbp2 of the classic IEEE 1394
104 You should also enable support for disks, CD-ROMs, etc. in the SCSI
105 configuration section.
106 <<<<<<< HEAD:drivers/firewire/Kconfig
110 If you also build sbp2 of the classic stack, blacklist either sbp2
111 or firewire-sbp2 to let hotplug load only the desired driver.
114 >>>>>>> 264e3e889d86e552b4191d69bb60f4f3b383135a:drivers/firewire/Kconfig