Kconfig 696 B

1234567891011121314151617181920212223242526272829303132333435
  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"
  21. depends on SOC_AU1000 || SOC_AU1100 || SOC_AU1500
  22. select SND_PCM
  23. select SND_AC97_CODEC
  24. help
  25. ALSA Sound driver for the Au1x00's AC97 port.
  26. endif # SND_MIPS