Kconfig 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. # SPDX-License-Identifier: GPL-2.0
  2. menu "SoC Audio support for Renesas SoCs"
  3. depends on SUPERH || ARCH_RENESAS || COMPILE_TEST
  4. config SND_SOC_PCM_SH7760
  5. tristate "SoC Audio support for Renesas SH7760"
  6. depends on CPU_SUBTYPE_SH7760 && SH_DMABRG
  7. help
  8. Enable this option for SH7760 AC97/I2S audio support.
  9. ##
  10. ## Audio unit modules
  11. ##
  12. config SND_SOC_SH4_HAC
  13. tristate
  14. select AC97_BUS
  15. select SND_SOC_AC97_BUS
  16. config SND_SOC_SH4_SSI
  17. tristate
  18. config SND_SOC_SH4_FSI
  19. tristate "SH4 FSI support"
  20. select SND_SIMPLE_CARD
  21. help
  22. This option enables FSI sound support
  23. config SND_SOC_SH4_SIU
  24. tristate
  25. depends on ARCH_SHMOBILE && HAVE_CLK
  26. select DMA_ENGINE
  27. select DMADEVICES
  28. select SH_DMAE
  29. select FW_LOADER
  30. config SND_SOC_RCAR
  31. tristate "R-Car series SRU/SCU/SSIU/SSI support"
  32. depends on COMMON_CLK
  33. depends on OF || COMPILE_TEST
  34. select SND_SIMPLE_CARD_UTILS
  35. select REGMAP_MMIO
  36. help
  37. This option enables R-Car SRU/SCU/SSIU/SSI sound support
  38. ##
  39. ## Boards
  40. ##
  41. config SND_SH7760_AC97
  42. tristate "SH7760 AC97 sound support"
  43. depends on CPU_SUBTYPE_SH7760 && SND_SOC_PCM_SH7760
  44. select SND_SOC_SH4_HAC
  45. select SND_SOC_AC97_CODEC
  46. help
  47. This option enables generic sound support for the first
  48. AC97 unit of the SH7760.
  49. config SND_SIU_MIGOR
  50. tristate "SIU sound support on Migo-R"
  51. depends on SH_MIGOR && I2C
  52. select SND_SOC_SH4_SIU
  53. select SND_SOC_WM8978
  54. help
  55. This option enables sound support for the SH7722 Migo-R board
  56. endmenu