diff options
author | Andrew Jackson <Andrew.Jackson@arm.com> | 2014-12-30 10:55:48 +0000 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2014-12-30 16:52:28 +0000 |
commit | 0d274544bfee721b22b484a10b1480e237c0e258 (patch) | |
tree | 8134cf0f2141f3760c28a4426e6e7f503e0758a7 /sound/soc/dwc/Kconfig | |
parent | d8b58e0b5322f91eb6fcffc337a74083a24c7149 (diff) | |
download | linux-0d274544bfee721b22b484a10b1480e237c0e258.tar.bz2 |
ASoC: dwc: Add devicetree support for Designware I2S
Allow the driver to be configured through a device tree rather than platform
data.
Signed-off-by: Andrew Jackson <Andrew.Jackson@arm.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/dwc/Kconfig')
-rw-r--r-- | sound/soc/dwc/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/dwc/Kconfig b/sound/soc/dwc/Kconfig index e334900cf0b8..d50e08517dce 100644 --- a/sound/soc/dwc/Kconfig +++ b/sound/soc/dwc/Kconfig @@ -1,6 +1,7 @@ config SND_DESIGNWARE_I2S tristate "Synopsys I2S Device Driver" depends on CLKDEV_LOOKUP + select SND_SOC_GENERIC_DMAENGINE_PCM help Say Y or M if you want to add support for I2S driver for Synopsys desigwnware I2S device. The device supports upto |