Kconfig 795 B

1234567891011121314151617181920212223242526272829303132333435363738
  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. help
  13. Sound support for the SGI O2 Workstation.
  14. config SND_SGI_HAL2
  15. tristate "SGI HAL2 Audio"
  16. depends on SGI_HAS_HAL2
  17. help
  18. Sound support for the SGI Indy and Indigo2 Workstation.
  19. config SND_AU1X00
  20. tristate "Au1x00 AC97 Port Driver (DEPRECATED)"
  21. depends on MIPS_ALCHEMY
  22. select SND_PCM
  23. select SND_AC97_CODEC
  24. help
  25. ALSA Sound driver for the Au1x00's AC97 port.
  26. Newer drivers for ASoC are available, please do not use
  27. this driver as it will be removed in the future.
  28. endif # SND_MIPS