Kconfig 680 B

1234567891011121314151617181920212223242526272829303132333435363738
  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 && SH_DMABRG
  5. help
  6. Enable this option for SH7760 AC97/I2S audio support.
  7. ##
  8. ## Audio unit modules
  9. ##
  10. config SND_SOC_SH4_HAC
  11. select AC97_BUS
  12. select SND_SOC_AC97_BUS
  13. select SND_AC97_CODEC
  14. tristate
  15. config SND_SOC_SH4_SSI
  16. tristate
  17. ##
  18. ## Boards
  19. ##
  20. config SND_SH7760_AC97
  21. tristate "SH7760 AC97 sound support"
  22. depends on CPU_SUBTYPE_SH7760 && SND_SOC_PCM_SH7760
  23. select SND_SOC_SH4_HAC
  24. select SND_SOC_AC97_CODEC
  25. help
  26. This option enables generic sound support for the first
  27. AC97 unit of the SH7760.
  28. endmenu