···1-# -*- shell-script -*-2-3comment "An alternative FireWire stack is available with EXPERIMENTAL=y"4 depends on EXPERIMENTAL=n5···19 NOTE:2021 You should only build ONE of the stacks, unless you REALLY know what22- you are doing. If you install both, you should configure them only as23- modules rather than link them statically, and you should blacklist one24- of the concurrent low-level drivers in /etc/modprobe.conf. Add either25-26- blacklist firewire-ohci27- or28- blacklist ohci139429-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/ FireWire32- drivers.33-34- If you have an old modprobe which doesn't implement the blacklist35- directive, use either36-37- install firewire-ohci /bin/true38- or39- install ohci1394 /bin/true40-41- and so on, depending on which modules you DON't want to have42- auto-loaded.4344config FIREWIRE_OHCI45 tristate "Support for OHCI FireWire host controllers"···3536 NOTE:3738- If you also build ohci1394 of the classic stack, blacklist either39- ohci1394 or firewire-ohci to let hotplug load only the desired driver.00000000000000004041config FIREWIRE_SBP242 tristate "Support for storage devices (SBP-2 protocol driver)"···6970 You should also enable support for disks, CD-ROMs, etc. in the SCSI71 configuration section.72-73- NOTE:74-75- If you also build sbp2 of the classic stack, blacklist either sbp276- or firewire-sbp2 to let hotplug load only the desired driver.77-
···001comment "An alternative FireWire stack is available with EXPERIMENTAL=y"2 depends on EXPERIMENTAL=n3···21 NOTE:2223 You should only build ONE of the stacks, unless you REALLY know what24+ you are doing.000000000000000000002526config FIREWIRE_OHCI27 tristate "Support for OHCI FireWire host controllers"···5758 NOTE:5960+ You should only build ohci1394 or firewire-ohci, but not both.61+ If you nevertheless want to install both, you should configure them62+ only as modules and blacklist the driver(s) which you don't want to63+ have auto-loaded. Add either64+65+ blacklist firewire-ohci66+ or67+ blacklist ohci139468+ blacklist video139469+ blacklist dv139470+71+ to /etc/modprobe.conf or /etc/modprobe.d/* and update modprobe.conf72+ depending on your distribution. The latter two modules should be73+ blacklisted together with ohci1394 because they depend on ohci1394.74+75+ If you have an old modprobe which doesn't implement the blacklist76+ directive, use "install modulename /bin/true" for the modules to be77+ blacklisted.7879config FIREWIRE_SBP280 tristate "Support for storage devices (SBP-2 protocol driver)"···7576 You should also enable support for disks, CD-ROMs, etc. in the SCSI77 configuration section.000000