Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
[wrt350n-kernel.git] / drivers / firewire / Kconfig
blobf98d0f10765a1fd5ffc8c8560294476798a0e121
1 <<<<<<< HEAD:drivers/firewire/Kconfig
2 # -*- shell-script -*-
4 =======
5 >>>>>>> 264e3e889d86e552b4191d69bb60f4f3b383135a:drivers/firewire/Kconfig
6 comment "An alternative FireWire stack is available with EXPERIMENTAL=y"
7         depends on EXPERIMENTAL=n
9 config FIREWIRE
10         tristate "IEEE 1394 (FireWire) support - alternative stack, EXPERIMENTAL"
11         depends on EXPERIMENTAL
12         select CRC_ITU_T
13         help
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,
22           and video1394.
24           NOTE:
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
33           or
34               blacklist ohci1394
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
38           drivers.
40           If you have an old modprobe which doesn't implement the blacklist
41           directive, use either
43                install firewire-ohci /bin/true
44           or
45                install ohci1394 /bin/true
47           and so on, depending on which modules you DON't want to have
48           auto-loaded.
49 =======
50           you are doing.
51 >>>>>>> 264e3e889d86e552b4191d69bb60f4f3b383135a:drivers/firewire/Kconfig
53 config FIREWIRE_OHCI
54         tristate "Support for OHCI FireWire host controllers"
55         depends on PCI && FIREWIRE
56         help
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
63           stack.
65           NOTE:
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.
70 =======
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
77           or
78               blacklist ohci1394
79               blacklist video1394
80               blacklist dv1394
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
88           blacklisted.
89 >>>>>>> 264e3e889d86e552b4191d69bb60f4f3b383135a:drivers/firewire/Kconfig
91 config FIREWIRE_SBP2
92         tristate "Support for storage devices (SBP-2 protocol driver)"
93         depends on FIREWIRE && SCSI
94         help
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
98           like scanners.
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
102           stack.
104           You should also enable support for disks, CD-ROMs, etc. in the SCSI
105           configuration section.
106 <<<<<<< HEAD:drivers/firewire/Kconfig
108           NOTE:
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.
113 =======
114 >>>>>>> 264e3e889d86e552b4191d69bb60f4f3b383135a:drivers/firewire/Kconfig