ec8f24b7fa
Add SPDX license identifiers to all Make/Kconfig files which: - Have no license information of any form These files fall under the project license, GPL v2 only. The resulting SPDX license identifier is: GPL-2.0-only Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
27 lines
795 B
Plaintext
27 lines
795 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
|