diff options
author | Damien.Horsley <Damien.Horsley@imgtec.com> | 2015-11-04 14:40:48 +0000 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-11-16 10:06:58 +0000 |
commit | 14b947d9ced4f723b5bfd3f6ec614aa28b5d4cfb (patch) | |
tree | f65548ce63a7dc4eb9c7fd062b13db3bad1b3d90 /sound/soc/img/Kconfig | |
parent | e13c118075f9ba16d36083d63239ca85ee9b3891 (diff) | |
download | linux-14b947d9ced4f723b5bfd3f6ec614aa28b5d4cfb.tar.bz2 |
ASoC: img: Add driver for I2S input controller
Add driver for Imagination Technologies I2S 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 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sound/soc/img/Kconfig b/sound/soc/img/Kconfig new file mode 100644 index 000000000000..f9f73d0323f1 --- /dev/null +++ b/sound/soc/img/Kconfig @@ -0,0 +1,12 @@ +config SND_SOC_IMG + bool "Audio support for Imagination Technologies designs" + help + Audio support for Imagination Technologies audio hardware + +config SND_SOC_IMG_I2S_IN + tristate "Imagination I2S 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 I2S in driver for + Imagination Technologies I2S in device. |