Kconfig 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. menu "SoC Audio support for SuperH"
  2. depends on SUPERH || ARCH_SHMOBILE
  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. select SND_SIMPLE_CARD
  20. help
  21. This option enables FSI sound support
  22. config SND_SOC_SH4_SIU
  23. tristate
  24. depends on (SUPERH || ARCH_SHMOBILE) && HAVE_CLK
  25. select DMA_ENGINE
  26. select DMADEVICES
  27. select SH_DMAE
  28. select FW_LOADER
  29. config SND_SOC_RCAR
  30. tristate "R-Car series SRU/SCU/SSIU/SSI support"
  31. depends on DMA_OF
  32. depends on COMMON_CLK
  33. select SND_SIMPLE_CARD
  34. select REGMAP_MMIO
  35. help
  36. This option enables R-Car SRU/SCU/SSIU/SSI sound support
  37. config SND_SOC_RSRC_CARD
  38. tristate "Renesas Sampling Rate Convert Sound Card"
  39. help
  40. This option enables simple sound if you need sampling rate convert
  41. ##
  42. ## Boards
  43. ##
  44. config SND_SH7760_AC97
  45. tristate "SH7760 AC97 sound support"
  46. depends on CPU_SUBTYPE_SH7760 && SND_SOC_PCM_SH7760
  47. select SND_SOC_SH4_HAC
  48. select SND_SOC_AC97_CODEC
  49. help
  50. This option enables generic sound support for the first
  51. AC97 unit of the SH7760.
  52. config SND_SIU_MIGOR
  53. tristate "SIU sound support on Migo-R"
  54. depends on SH_MIGOR && I2C
  55. select SND_SOC_SH4_SIU
  56. select SND_SOC_WM8978
  57. help
  58. This option enables sound support for the SH7722 Migo-R board
  59. endmenu