Kconfig 912 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 (EXPERIMENTAL)"
  22. depends on EXPERIMENTAL
  23. select SND_PCM
  24. select SND_FIREWIRE_LIB
  25. help
  26. Say Y here to include support for the front and rear microphones
  27. of the Apple iSight web camera.
  28. To compile this driver as a module, choose M here: the module
  29. will be called snd-isight.
  30. endif # SND_FIREWIRE