e5d4cd8780
Add ZTE zx296702 I2S interface DAI driver Signed-off-by: Jun Nie <jun.nie@linaro.org> Signed-off-by: Mark Brown <broonie@kernel.org>
18 lines
501 B
Plaintext
18 lines
501 B
Plaintext
config ZX296702_SPDIF
|
|
tristate "ZX296702 spdif"
|
|
depends on SOC_ZX296702 || 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
|
|
zx296702 spdif interface
|
|
|
|
config ZX296702_I2S
|
|
tristate "ZX296702 i2s"
|
|
depends on SOC_ZX296702 || 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
|
|
zx296702 i2s interface
|