diff options
author | Damien.Horsley | 2015-11-04 14:40:50 +0000 |
---|---|---|
committer | Mark Brown | 2015-11-16 10:06:58 +0000 |
commit | d0e3992c939cb146a0de9e7c74a227e8be4629a9 (patch) | |
tree | 04e8e42d0d9aaa5151a46640ac8e5ce27f9fc25d /sound/soc/img/Kconfig | |
parent | 2dcfa06e0ecfc4de783ada9d37d0e9cef4f1eeda (diff) |
ASoC: img: Add driver for I2S output controller
Add driver for Imagination Technologies I2S output
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 f9f73d0323f1..fe83c8e344b2 100644 --- a/sound/soc/img/Kconfig +++ b/sound/soc/img/Kconfig @@ -10,3 +10,11 @@ config SND_SOC_IMG_I2S_IN help Say Y or M if you want to add support for I2S in driver for Imagination Technologies I2S in device. + +config SND_SOC_IMG_I2S_OUT + tristate "Imagination I2S Output 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 I2S out driver for + Imagination Technologies I2S out device. |