firewire: update Kconfig help text

Remove some less necessary information, point out that video1394 and
dv1394 should be blacklisted along with ohci1394.

Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>

+19 -31
+19 -31
drivers/firewire/Kconfig
··· 1 - # -*- shell-script -*- 2 - 3 comment "An alternative FireWire stack is available with EXPERIMENTAL=y" 4 depends on EXPERIMENTAL=n 5 ··· 19 NOTE: 20 21 You should only build ONE of the stacks, unless you REALLY know what 22 - you are doing. If you install both, you should configure them only as 23 - modules rather than link them statically, and you should blacklist one 24 - of the concurrent low-level drivers in /etc/modprobe.conf. Add either 25 - 26 - blacklist firewire-ohci 27 - or 28 - blacklist ohci1394 29 - 30 - there depending on which driver you DON'T want to have auto-loaded. 31 - You can optionally do the same with the other IEEE 1394/ FireWire 32 - drivers. 33 - 34 - If you have an old modprobe which doesn't implement the blacklist 35 - directive, use either 36 - 37 - install firewire-ohci /bin/true 38 - or 39 - install ohci1394 /bin/true 40 - 41 - and so on, depending on which modules you DON't want to have 42 - auto-loaded. 43 44 config FIREWIRE_OHCI 45 tristate "Support for OHCI FireWire host controllers" ··· 35 36 NOTE: 37 38 - If you also build ohci1394 of the classic stack, blacklist either 39 - ohci1394 or firewire-ohci to let hotplug load only the desired driver. 40 41 config FIREWIRE_SBP2 42 tristate "Support for storage devices (SBP-2 protocol driver)" ··· 69 70 You should also enable support for disks, CD-ROMs, etc. in the SCSI 71 configuration section. 72 - 73 - NOTE: 74 - 75 - If you also build sbp2 of the classic stack, blacklist either sbp2 76 - or firewire-sbp2 to let hotplug load only the desired driver. 77 -
··· 1 comment "An alternative FireWire stack is available with EXPERIMENTAL=y" 2 depends on EXPERIMENTAL=n 3 ··· 21 NOTE: 22 23 You should only build ONE of the stacks, unless you REALLY know what 24 + you are doing. 25 26 config FIREWIRE_OHCI 27 tristate "Support for OHCI FireWire host controllers" ··· 57 58 NOTE: 59 60 + You should only build ohci1394 or firewire-ohci, but not both. 61 + If you nevertheless want to install both, you should configure them 62 + only as modules and blacklist the driver(s) which you don't want to 63 + have auto-loaded. Add either 64 + 65 + blacklist firewire-ohci 66 + or 67 + blacklist ohci1394 68 + blacklist video1394 69 + blacklist dv1394 70 + 71 + to /etc/modprobe.conf or /etc/modprobe.d/* and update modprobe.conf 72 + depending on your distribution. The latter two modules should be 73 + blacklisted together with ohci1394 because they depend on ohci1394. 74 + 75 + If you have an old modprobe which doesn't implement the blacklist 76 + directive, use "install modulename /bin/true" for the modules to be 77 + blacklisted. 78 79 config FIREWIRE_SBP2 80 tristate "Support for storage devices (SBP-2 protocol driver)" ··· 75 76 You should also enable support for disks, CD-ROMs, etc. in the SCSI 77 configuration section.