diff options
author | Damien.Horsley <Damien.Horsley@imgtec.com> | 2015-11-04 14:40:52 +0000 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-11-16 10:06:58 +0000 |
commit | 8ceb3b259cddb9b0505a6697cdefd3110445d1d7 (patch) | |
tree | 6f31f2884c4d7703f73258534611f3f62a79847d /sound/soc/img/Kconfig | |
parent | 71dfaf5f9dd0ae1a1f1a6d5ecb716df70b1d2260 (diff) |
ASoC: img: Add driver for parallel output controller
Add driver for Imagination Technologies parallel 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 fe83c8e344b2..3bb507e5570c 100644 --- a/sound/soc/img/Kconfig +++ b/sound/soc/img/Kconfig @@ -18,3 +18,11 @@ config SND_SOC_IMG_I2S_OUT help Say Y or M if you want to add support for I2S out driver for Imagination Technologies I2S out device. + +config SND_SOC_IMG_PARALLEL_OUT + tristate "Imagination Parallel 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 parallel out driver for + Imagination Technologies parallel out device. |