Kconfig 1.5 KB

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