diff options
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2014-07-25 15:07:47 +0300 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-07-25 17:39:23 +0100 |
commit | a9ef83f287b63ec8a753a3a7c6eac124f708544b (patch) | |
tree | 2d22e510b950546dac7f68c1b5ef19c3b794c0d3 /sound | |
parent | 914bc160efda323347a8f6a6e2da4c0b35aeba7b (diff) | |
download | linux-a9ef83f287b63ec8a753a3a7c6eac124f708544b.tar.gz linux-a9ef83f287b63ec8a753a3a7c6eac124f708544b.tar.bz2 linux-a9ef83f287b63ec8a753a3a7c6eac124f708544b.zip |
ASoC: tlv320aic31xx: Add dependency for I2C and select REGMAP_I2C in Kconfig
The codec can be configured via I2C and using regmap_i2c.
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/codecs/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index cbfa1e18f651..9115ab83c656 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -534,6 +534,8 @@ config SND_SOC_TLV320AIC26 config SND_SOC_TLV320AIC31XX tristate + depends on I2C + select REGMAP_I2C config SND_SOC_TLV320AIC32X4 tristate |