Kconfig 386 B

123456789101112131415161718192021
  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_AU1X00
  10. tristate "Au1x00 AC97 Port Driver"
  11. depends on SOC_AU1000 || SOC_AU1100 || SOC_AU1500
  12. select SND_PCM
  13. select SND_AC97_CODEC
  14. help
  15. ALSA Sound driver for the Au1x00's AC97 port.
  16. endif # SND_MIPS