Kconfig 1.1 KB

12345678910111213141516171819202122232425262728293031323334
  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. endmenu