Kconfig 801 B

123456789101112131415161718192021222324
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. config SND_SOC_STARFIVE
  3. tristate "Audio support for StarFive SoC"
  4. depends on COMPILE_TEST || ARCH_STARFIVE
  5. help
  6. Say Y or M if you want to add support for codecs attached to
  7. the Starfive SoCs' Audio interfaces. You will also need to
  8. select the audio interfaces to support below.
  9. config SND_SOC_JH7110_PWMDAC
  10. tristate "JH7110 PWM-DAC device driver"
  11. depends on HAVE_CLK && SND_SOC_STARFIVE
  12. select SND_SOC_GENERIC_DMAENGINE_PCM
  13. select SND_SOC_SPDIF
  14. help
  15. Say Y or M if you want to add support for StarFive JH7110
  16. PWM-DAC driver.
  17. config SND_SOC_JH7110_TDM
  18. tristate "JH7110 TDM device driver"
  19. depends on HAVE_CLK && SND_SOC_STARFIVE
  20. select SND_SOC_GENERIC_DMAENGINE_PCM
  21. help
  22. Say Y or M if you want to add support for StarFive TDM driver.