URL
https://opencores.org/ocsvn/test_project/test_project/trunk
Subversion Repositories test_project
[/] [test_project/] [trunk/] [linux_sd_driver/] [drivers/] [firewire/] [Kconfig] - Rev 62
Compare with Previous | Blame | View Log
# -*- shell-script -*-comment "An alternative FireWire stack is available with EXPERIMENTAL=y"depends on EXPERIMENTAL=nconfig FIREWIREtristate "IEEE 1394 (FireWire) support - alternative stack, EXPERIMENTAL"depends on EXPERIMENTALselect CRC_ITU_ThelpThis is the "Juju" FireWire stack, a new alternative implementationdesigned for robustness and simplicity. You can build either thisstack, or the classic stack (the ieee1394 driver, ohci1394 etc.)or both. Please read http://wiki.linux1394.org/JujuMigration beforeyou enable the new stack.To compile this driver as a module, say M here: the module will becalled firewire-core. It functionally replaces ieee1394, raw1394,and video1394.NOTE:You should only build ONE of the stacks, unless you REALLY know whatyou are doing. If you install both, you should configure them only asmodules rather than link them statically, and you should blacklist oneof the concurrent low-level drivers in /etc/modprobe.conf. Add eitherblacklist firewire-ohciorblacklist ohci1394there depending on which driver you DON'T want to have auto-loaded.You can optionally do the same with the other IEEE 1394/ FireWiredrivers.If you have an old modprobe which doesn't implement the blacklistdirective, use eitherinstall firewire-ohci /bin/trueorinstall ohci1394 /bin/trueand so on, depending on which modules you DON't want to haveauto-loaded.config FIREWIRE_OHCItristate "Support for OHCI FireWire host controllers"depends on PCI && FIREWIREhelpEnable this driver if you have a FireWire controller basedon the OHCI specification. For all practical purposes, thisis the only chipset in use, so say Y here.To compile this driver as a module, say M here: The module will becalled firewire-ohci. It replaces ohci1394 of the classic IEEE 1394stack.NOTE:If you also build ohci1394 of the classic stack, blacklist eitherohci1394 or firewire-ohci to let hotplug load only the desired driver.config FIREWIRE_SBP2tristate "Support for storage devices (SBP-2 protocol driver)"depends on FIREWIRE && SCSIhelpThis option enables you to use SBP-2 devices connected to aFireWire bus. SBP-2 devices include storage devices likeharddisks and DVD drives, also some other FireWire deviceslike scanners.To compile this driver as a module, say M here: The module will becalled firewire-sbp2. It replaces sbp2 of the classic IEEE 1394stack.You should also enable support for disks, CD-ROMs, etc. in the SCSIconfiguration section.NOTE:If you also build sbp2 of the classic stack, blacklist either sbp2or firewire-sbp2 to let hotplug load only the desired driver.
