1config 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
10config 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
19config ZX_TDM
20        tristate "ZTE ZX TDM Driver Support"
21        depends on COMMON_CLK
22        select SND_SOC_GENERIC_DMAENGINE_PCM
23        help
24          Say Y or M if you want to add support for codecs attached to the
25          ZTE ZX TDM interface
26