mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-02 16:44:10 +08:00
82e8d723e9
Adjust indentation from spaces to tab (+optional two spaces) as in coding style with command like: $ sed -e 's/^ /\t/' -i */Kconfig Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> Acked-by: Mark Brown <broonie@kernel.org> Link: https://lore.kernel.org/r/20191004144931.3851-1-krzk@kernel.org Signed-off-by: Takashi Iwai <tiwai@suse.de>
27 lines
753 B
Plaintext
27 lines
753 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
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
|