Kconfig 872 B

12345678910111213141516171819202122232425262728293031323334353637
  1. menuconfig SND_FIREWIRE
  2. bool "FireWire sound devices"
  3. depends on FIREWIRE
  4. default y
  5. help
  6. Support for IEEE-1394/FireWire/iLink sound devices.
  7. if SND_FIREWIRE && FIREWIRE
  8. config SND_FIREWIRE_LIB
  9. tristate
  10. depends on SND_PCM
  11. config SND_FIREWIRE_SPEAKERS
  12. tristate "FireWire speakers"
  13. select SND_PCM
  14. select SND_FIREWIRE_LIB
  15. help
  16. Say Y here to include support for the Griffin FireWave Surround
  17. and the LaCie FireWire Speakers.
  18. To compile this driver as a module, choose M here: the module
  19. will be called snd-firewire-speakers.
  20. config SND_ISIGHT
  21. tristate "Apple iSight microphone"
  22. select SND_PCM
  23. select SND_FIREWIRE_LIB
  24. help
  25. Say Y here to include support for the front and rear microphones
  26. of the Apple iSight web camera.
  27. To compile this driver as a module, choose M here: the module
  28. will be called snd-isight.
  29. endif # SND_FIREWIRE