ASoC: tlv320aic31xx: Add dependency for I2C and select REGMAP_I2C in Kconfig
authorPeter Ujfalusi <peter.ujfalusi@ti.com>
Fri, 25 Jul 2014 12:07:47 +0000 (15:07 +0300)
committerMark Brown <broonie@linaro.org>
Fri, 25 Jul 2014 16:39:23 +0000 (17:39 +0100)
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>
sound/soc/codecs/Kconfig

index cbfa1e18f65192afade5b31cccc77558b1dd050d..9115ab83c656758eea8c8b5404de0acec11b930d 100644 (file)
@@ -534,6 +534,8 @@ config SND_SOC_TLV320AIC26
 
 config SND_SOC_TLV320AIC31XX
         tristate
+       depends on I2C
+       select REGMAP_I2C
 
 config SND_SOC_TLV320AIC32X4
        tristate
This page took 0.027313 seconds and 5 git commands to generate.