1config 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 10config ZX296702_I2S 11 tristate "ZX296702 i2s" 12 depends on SOC_ZX296702 || 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 zx296702 i2s interface 18