Kconfig 635 B

1234567891011121314151617181920212223242526272829303132333435
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. # ALSA MIPS drivers
  3. menuconfig SND_MIPS
  4. bool "MIPS sound devices"
  5. depends on MIPS
  6. default y
  7. help
  8. Support for sound devices of MIPS architectures.
  9. if SND_MIPS
  10. config SND_SGI_O2
  11. tristate "SGI O2 Audio"
  12. depends on SGI_IP32
  13. select SND_PCM
  14. help
  15. Sound support for the SGI O2 Workstation.
  16. config SND_SGI_HAL2
  17. tristate "SGI HAL2 Audio"
  18. depends on SGI_HAS_HAL2
  19. select SND_PCM
  20. help
  21. Sound support for the SGI Indy and Indigo2 Workstation.
  22. config SND_N64
  23. bool "N64 Audio"
  24. depends on MACH_NINTENDO64 && SND=y
  25. select SND_PCM
  26. help
  27. Sound support for the N64.
  28. endif # SND_MIPS