Kconfig 665 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. menu "SoC Audio support for SuperH"
  2. depends on SUPERH
  3. config SND_SOC_PCM_SH7760
  4. tristate "SoC Audio support for Renesas SH7760"
  5. depends on CPU_SUBTYPE_SH7760 && 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. tristate
  13. select AC97_BUS
  14. select SND_SOC_AC97_BUS
  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