diff options
author | Damien.Horsley <Damien.Horsley@imgtec.com> | 2015-11-04 14:40:54 +0000 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-11-16 10:06:58 +0000 |
commit | c4458b740e6b7a0d9ccf680ac81c05a99f602b79 (patch) | |
tree | 2842798fcdc1f221fb7da83eeea52c7f30ded922 /sound/soc/img/Kconfig | |
parent | 4e8bc8edd525af8e38745a6de7c1fd8bddfc13b4 (diff) | |
download | talos-op-linux-c4458b740e6b7a0d9ccf680ac81c05a99f602b79.tar.gz talos-op-linux-c4458b740e6b7a0d9ccf680ac81c05a99f602b79.zip |
ASoC: img: Add driver for SPDIF input controller
Add driver for Imagination Technologies SDPIF input
controller
Signed-off-by: Damien.Horsley <Damien.Horsley@imgtec.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/img/Kconfig')
-rw-r--r-- | sound/soc/img/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sound/soc/img/Kconfig b/sound/soc/img/Kconfig index 3bb507e5570c..161ce90441b7 100644 --- a/sound/soc/img/Kconfig +++ b/sound/soc/img/Kconfig @@ -26,3 +26,11 @@ config SND_SOC_IMG_PARALLEL_OUT help Say Y or M if you want to add support for parallel out driver for Imagination Technologies parallel out device. + +config SND_SOC_IMG_SPDIF_IN + tristate "Imagination SPDIF Input Device Driver" + depends on SND_SOC_IMG + select SND_SOC_GENERIC_DMAENGINE_PCM + help + Say Y or M if you want to add support for SPDIF input driver for + Imagination Technologies SPDIF input device. |