Kconfig 527 B

12345678910111213141516171819202122232425262728
  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. endif # SND_MIPS