Kconfig 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. # -*- shell-script -*-
  2. comment "An alternative FireWire stack is available with EXPERIMENTAL=y"
  3. depends on EXPERIMENTAL=n
  4. config FIREWIRE
  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. To compile this driver as a module, say M here: the module will be
  16. called fw-core.
  17. This is the "JUJU" FireWire stack, an alternative implementation
  18. designed for robustness and simplicity. You can build either this
  19. stack, or the classic stack (the ieee1394 driver, ohci1394 etc.)
  20. or both.
  21. config FIREWIRE_OHCI
  22. tristate "Support for OHCI FireWire host controllers"
  23. depends on PCI && FIREWIRE
  24. help
  25. Enable this driver if you have a FireWire controller based
  26. on the OHCI specification. For all practical purposes, this
  27. is the only chipset in use, so say Y here.
  28. To compile this driver as a module, say M here: The module will be
  29. called fw-ohci.
  30. If you also build ohci1394 of the classic IEEE 1394 driver stack,
  31. blacklist either ohci1394 or fw-ohci to let hotplug load the desired
  32. driver.
  33. config FIREWIRE_SBP2
  34. tristate "Support for storage devices (SBP-2 protocol driver)"
  35. depends on FIREWIRE && SCSI
  36. help
  37. This option enables you to use SBP-2 devices connected to a
  38. FireWire bus. SBP-2 devices include storage devices like
  39. harddisks and DVD drives, also some other FireWire devices
  40. like scanners.
  41. To compile this driver as a module, say M here: The module will be
  42. called fw-sbp2.
  43. You should also enable support for disks, CD-ROMs, etc. in the SCSI
  44. configuration section.
  45. If you also build sbp2 of the classic IEEE 1394 driver stack,
  46. blacklist either sbp2 or fw-sbp2 to let hotplug load the desired
  47. driver.