Kconfig 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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. depends on SUPERH || COMMON_CLK
  21. select SND_SIMPLE_CARD
  22. help
  23. This option enables FSI sound support
  24. config SND_SOC_SH4_SIU
  25. tristate
  26. depends on ARCH_SHMOBILE && HAVE_CLK
  27. depends on DMADEVICES
  28. select DMA_ENGINE
  29. select SH_DMAE
  30. select FW_LOADER
  31. config SND_SOC_RCAR
  32. tristate "R-Car series SRU/SCU/SSIU/SSI support"
  33. depends on COMMON_CLK
  34. depends on OF || COMPILE_TEST
  35. select SND_SIMPLE_CARD_UTILS
  36. select REGMAP_MMIO
  37. help
  38. This option enables R-Car SRU/SCU/SSIU/SSI sound support
  39. config SND_SOC_RZ
  40. tristate "RZ/G2L series SSIF-2 support"
  41. depends on ARCH_RZG2L || COMPILE_TEST
  42. help
  43. This option enables RZ/G2L SSIF-2 sound support.
  44. ##
  45. ## Boards
  46. ##
  47. config SND_SH7760_AC97
  48. tristate "SH7760 AC97 sound support"
  49. depends on CPU_SUBTYPE_SH7760 && SND_SOC_PCM_SH7760
  50. select SND_SOC_SH4_HAC
  51. select SND_SOC_AC97_CODEC
  52. help
  53. This option enables generic sound support for the first
  54. AC97 unit of the SH7760.
  55. config SND_SIU_MIGOR
  56. tristate "SIU sound support on Migo-R"
  57. depends on SH_MIGOR && I2C
  58. select SND_SOC_SH4_SIU
  59. select SND_SOC_WM8978
  60. help
  61. This option enables sound support for the SH7722 Migo-R board
  62. endmenu