diff options
author | Jun Nie <jun.nie@linaro.org> | 2015-06-04 05:41:23 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-06-04 14:05:07 +0200 |
commit | e5d4cd87800ce12c356e7eb571e565e839ab3a90 (patch) | |
tree | aec0c2e11b5c83410e22ad8833f28d2218c84db3 /sound/soc/zte/Kconfig | |
parent | ASoC: zx: Add zx296702 SPDIF support (diff) | |
download | linux-e5d4cd87800ce12c356e7eb571e565e839ab3a90.tar.xz linux-e5d4cd87800ce12c356e7eb571e565e839ab3a90.zip |
ASoC: zx: Add ZTE zx296702 I2S DAI driver
Add ZTE zx296702 I2S interface DAI driver
Signed-off-by: Jun Nie <jun.nie@linaro.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/zte/Kconfig')
-rw-r--r-- | sound/soc/zte/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sound/soc/zte/Kconfig b/sound/soc/zte/Kconfig index 4f05573e45ac..c47eb25e441f 100644 --- a/sound/soc/zte/Kconfig +++ b/sound/soc/zte/Kconfig @@ -6,3 +6,12 @@ config ZX296702_SPDIF 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 |