Kconfig 755 B

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