Kconfig 667 B

12345678910111213141516171819202122232425262728293031
  1. # ALSA SH drivers
  2. menuconfig SND_SUPERH
  3. bool "SUPERH sound devices"
  4. depends on SUPERH
  5. default y
  6. help
  7. Support for sound devices specific to SUPERH architectures.
  8. Drivers that are implemented on ASoC can be found in
  9. "ALSA for SoC audio support" section.
  10. if SND_SUPERH
  11. config SND_AICA
  12. tristate "Dreamcast Yamaha AICA sound"
  13. depends on SH_DREAMCAST
  14. select SND_PCM
  15. select G2_DMA
  16. help
  17. ALSA Sound driver for the SEGA Dreamcast console.
  18. config SND_SH_DAC_AUDIO
  19. tristate "SuperH DAC audio support"
  20. depends on SND
  21. depends on CPU_SH3 && HIGH_RES_TIMERS
  22. select SND_PCM
  23. help
  24. Say Y here to include support for the on-chip DAC.
  25. endif # SND_SUPERH