Commit a9ef83f2 authored by Peter Ujfalusi's avatar Peter Ujfalusi Committed by Mark Brown
Browse files

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: default avatarPeter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: default avatarMark Brown <broonie@linaro.org>
parent 914bc160
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -534,6 +534,8 @@ config SND_SOC_TLV320AIC26

config SND_SOC_TLV320AIC31XX
        tristate
	depends on I2C
	select REGMAP_I2C

config SND_SOC_TLV320AIC32X4
	tristate