Kconfig 571 B

12345678910111213141516171819202122232425
  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. endif # SND_FIREWIRE