Kconfig 1.6 KB

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