Kconfig 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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. config SND_SCS1X
  30. tristate "Stanton Control System 1 MIDI"
  31. select SND_PCM
  32. select SND_RAWMIDI
  33. select SND_FIREWIRE_LIB
  34. help
  35. Say Y here to include support for the MIDI ports of the Stanton
  36. SCS.1d/SCS.1m DJ controllers. (SCS.1m audio is still handled
  37. by FFADO.)
  38. To compile this driver as a module, choose M here: the module
  39. will be called snd-scs1x.
  40. endif # SND_FIREWIRE