Kconfig 753 B

1234567891011121314151617181920212223242526
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. config ZX_SPDIF
  3. tristate "ZTE ZX SPDIF Driver Support"
  4. depends on ARCH_ZX || COMPILE_TEST
  5. depends on COMMON_CLK
  6. select SND_SOC_GENERIC_DMAENGINE_PCM
  7. help
  8. Say Y or M if you want to add support for codecs attached to the
  9. ZTE ZX SPDIF interface
  10. config ZX_I2S
  11. tristate "ZTE ZX I2S Driver Support"
  12. depends on ARCH_ZX || COMPILE_TEST
  13. depends on COMMON_CLK
  14. select SND_SOC_GENERIC_DMAENGINE_PCM
  15. help
  16. Say Y or M if you want to add support for codecs attached to the
  17. ZTE ZX I2S interface
  18. config ZX_TDM
  19. tristate "ZTE ZX TDM Driver Support"
  20. depends on COMMON_CLK
  21. select SND_SOC_GENERIC_DMAENGINE_PCM
  22. help
  23. Say Y or M if you want to add support for codecs attached to the
  24. ZTE ZX TDM interface