Kconfig 1002 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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. config SND_SOC_SH4_FSI
  18. tristate "SH4 FSI support"
  19. depends on CPU_SUBTYPE_SH7724
  20. select SH_DMA
  21. help
  22. This option enables FSI sound support
  23. ##
  24. ## Boards
  25. ##
  26. config SND_SH7760_AC97
  27. tristate "SH7760 AC97 sound support"
  28. depends on CPU_SUBTYPE_SH7760 && SND_SOC_PCM_SH7760
  29. select SND_SOC_SH4_HAC
  30. select SND_SOC_AC97_CODEC
  31. help
  32. This option enables generic sound support for the first
  33. AC97 unit of the SH7760.
  34. config SND_FSI_AK4642
  35. bool "FSI-AK4642 sound support"
  36. depends on SND_SOC_SH4_FSI
  37. select SND_SOC_AK4642
  38. help
  39. This option enables generic sound support for the
  40. FSI - AK4642 unit
  41. endmenu