Kconfig 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. # -*- shell-script -*-
  2. menu "IEEE 1394 (FireWire) support (JUJU alternative stack)"
  3. comment "This is an EXPERIMENTAL set of alternative FireWire drivers."
  4. depends on EXPERIMENTAL=n
  5. config FW
  6. tristate "IEEE 1394 (FireWire) support (JUJU alternative stack, experimental)"
  7. depends on EXPERIMENTAL
  8. help
  9. IEEE 1394 describes a high performance serial bus, which is also
  10. known as FireWire(tm) or i.Link(tm) and is used for connecting all
  11. sorts of devices (most notably digital video cameras) to your
  12. computer.
  13. If you have FireWire hardware and want to use it, say Y here. This
  14. is the core support only, you will also need to select a driver for
  15. your IEEE 1394 adapter.
  16. This is the "JUJU" firewire stack, an alternative
  17. implementation designed for roboustness and simplicity.
  18. To compile this driver as a module, say M here: the
  19. module will be called fw-core.
  20. config FW_OHCI
  21. tristate "Support for OHCI firewire host controllers"
  22. depends on PCI && FW
  23. help
  24. Enable this driver if you have an firewire controller based
  25. on the OHCI specification. For all practical purposes, this
  26. is the only chipset in use, so say Y here.
  27. To compile this driver as a module, say M here: the
  28. module will be called fw-ohci.
  29. config FW_SBP2
  30. tristate "Support for storage devices (SBP-2 protocol driver)"
  31. depends on FW && SCSI
  32. help
  33. This option enables you to use SBP-2 devices connected to an
  34. firewire bus. SBP-2 devices include storage devices like
  35. harddisks and DVD drives, also some other FireWire devices
  36. like scanners.
  37. You should also enable support for disks, CD-ROMs, etc. in the SCSI
  38. configuration section.
  39. endmenu