Kconfig 685 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. menu "SoC Audio support for SuperH"
  2. config SND_SOC_PCM_SH7760
  3. tristate "SoC Audio support for Renesas SH7760"
  4. depends on CPU_SUBTYPE_SH7760 && SND_SOC
  5. select SH_DMABRG
  6. help
  7. Enable this option for SH7760 AC97/I2S audio support.
  8. ##
  9. ## Audio unit modules
  10. ##
  11. config SND_SOC_SH4_HAC
  12. select AC97_BUS
  13. select SND_SOC_AC97_BUS
  14. select SND_AC97_CODEC
  15. tristate
  16. config SND_SOC_SH4_SSI
  17. tristate
  18. ##
  19. ## Boards
  20. ##
  21. config SND_SH7760_AC97
  22. tristate "SH7760 AC97 sound support"
  23. depends on CPU_SUBTYPE_SH7760 && SND_SOC_PCM_SH7760
  24. select SND_SOC_SH4_HAC
  25. select SND_SOC_AC97_CODEC
  26. help
  27. This option enables generic sound support for the first
  28. AC97 unit of the SH7760.
  29. endmenu