swh:1:snp:c2847dfd741eae21606027cf29250d1ebcd63fb4
Raw File
Tip revision: 17b57b1883c1285f3d0dc2266e8f79286a7bef38 authored by Greg Kroah-Hartman on 30 September 2018, 14:15:35 UTC
Linux 4.19-rc6
Tip revision: 17b57b1
Kconfig
config ZX_SPDIF
	tristate "ZTE ZX SPDIF Driver Support"
	depends on ARCH_ZX || COMPILE_TEST
	depends on COMMON_CLK
	select SND_SOC_GENERIC_DMAENGINE_PCM
	help
	  Say Y or M if you want to add support for codecs attached to the
	  ZTE ZX SPDIF interface

config ZX_I2S
	tristate "ZTE ZX I2S Driver Support"
	depends on ARCH_ZX || COMPILE_TEST
	depends on COMMON_CLK
	select SND_SOC_GENERIC_DMAENGINE_PCM
	help
	  Say Y or M if you want to add support for codecs attached to the
	  ZTE ZX I2S interface

config ZX_TDM
        tristate "ZTE ZX TDM Driver Support"
        depends on COMMON_CLK
        select SND_SOC_GENERIC_DMAENGINE_PCM
        help
          Say Y or M if you want to add support for codecs attached to the
          ZTE ZX TDM interface
back to top