1# SPDX-License-Identifier: GPL-2.0-only
2config 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
11config ZX_I2S
12	tristate "ZTE ZX I2S Driver Support"
13	depends on ARCH_ZX || COMPILE_TEST
14	depends on COMMON_CLK
15	select SND_SOC_GENERIC_DMAENGINE_PCM
16	help
17	  Say Y or M if you want to add support for codecs attached to the
18	  ZTE ZX I2S interface
19
20config ZX_TDM
21        tristate "ZTE ZX TDM Driver Support"
22        depends on COMMON_CLK
23        select SND_SOC_GENERIC_DMAENGINE_PCM
24        help
25          Say Y or M if you want to add support for codecs attached to the
26          ZTE ZX TDM interface
27