Kconfig 501 B

1234567891011121314151617
  1. config ZX296702_SPDIF
  2. tristate "ZX296702 spdif"
  3. depends on SOC_ZX296702 || 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. zx296702 spdif interface
  9. config ZX296702_I2S
  10. tristate "ZX296702 i2s"
  11. depends on SOC_ZX296702 || 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. zx296702 i2s interface