diff mbox

[1/2] ASoC: tlv320aic31xx: Add dependency for I2C and select REGMAP_I2C in Kconfig

Message ID 1406290068-11117-1-git-send-email-peter.ujfalusi@ti.com (mailing list archive)
State Accepted
Commit a9ef83f287b63ec8a753a3a7c6eac124f708544b
Headers show

Commit Message

Peter Ujfalusi July 25, 2014, 12:07 p.m. UTC
The codec can be configured via I2C and using regmap_i2c.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
---
 sound/soc/codecs/Kconfig | 2 ++
 1 file changed, 2 insertions(+)

Comments

Mark Brown July 25, 2014, 4:39 p.m. UTC | #1
On Fri, Jul 25, 2014 at 03:07:47PM +0300, Peter Ujfalusi wrote:
> The codec can be configured via I2C and using regmap_i2c.

Applied both, thanks.
diff mbox

Patch

diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig
index 1090135de0ba..9fb6fb210251 100644
--- a/sound/soc/codecs/Kconfig
+++ b/sound/soc/codecs/Kconfig
@@ -565,6 +565,8 @@  config SND_SOC_TLV320AIC26
 
 config SND_SOC_TLV320AIC31XX
         tristate
+	depends on I2C
+	select REGMAP_I2C
 
 config SND_SOC_TLV320AIC32X4
 	tristate