aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorPeter Ujfalusi <peter.ujfalusi@ti.com>2014-07-25 08:07:47 -0400
committerMark Brown <broonie@linaro.org>2014-07-25 12:39:23 -0400
commita9ef83f287b63ec8a753a3a7c6eac124f708544b (patch)
tree2d22e510b950546dac7f68c1b5ef19c3b794c0d3 /sound
parent914bc160efda323347a8f6a6e2da4c0b35aeba7b (diff)
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/Kconfig2
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
534 534
535config SND_SOC_TLV320AIC31XX 535config SND_SOC_TLV320AIC31XX
536 tristate 536 tristate
537 depends on I2C
538 select REGMAP_I2C
537 539
538config SND_SOC_TLV320AIC32X4 540config SND_SOC_TLV320AIC32X4
539 tristate 541 tristate