Kconfig 827 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. # ALSA MIPS drivers
  2. menuconfig SND_MIPS
  3. bool "MIPS sound devices"
  4. depends on MIPS
  5. default y
  6. help
  7. Support for sound devices of MIPS architectures.
  8. if SND_MIPS
  9. config SND_SGI_O2
  10. tristate "SGI O2 Audio"
  11. depends on SGI_IP32
  12. select SND_PCM
  13. help
  14. Sound support for the SGI O2 Workstation.
  15. config SND_SGI_HAL2
  16. tristate "SGI HAL2 Audio"
  17. depends on SGI_HAS_HAL2
  18. select SND_PCM
  19. help
  20. Sound support for the SGI Indy and Indigo2 Workstation.
  21. config SND_AU1X00
  22. tristate "Au1x00 AC97 Port Driver (DEPRECATED)"
  23. depends on MIPS_ALCHEMY
  24. select SND_PCM
  25. select SND_AC97_CODEC
  26. help
  27. ALSA Sound driver for the Au1x00's AC97 port.
  28. Newer drivers for ASoC are available, please do not use
  29. this driver as it will be removed in the future.
  30. endif # SND_MIPS