From: Ben Zhang Date: Thu, 11 Dec 2014 04:15:25 +0000 (-0800) Subject: ASoC: rt5677: add REGMAP_I2C and REGMAP_IRQ dependency X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=359ff7ffafa78dd401a1ca0019ba2fe35ff377cc;p=linux-beck.git ASoC: rt5677: add REGMAP_I2C and REGMAP_IRQ dependency The codec driver uses regmap to do i2c read/write. The codec driver started to use REGMAP_IRQ since: 5e3363ad1b7b2e1f197a3f56b01e21cb155ad454 ASoC: rt5677: add GPIO IRQ support Signed-off-by: Ben Zhang Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index 883c5778b309..8349f982a586 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -520,6 +520,8 @@ config SND_SOC_RT5670 config SND_SOC_RT5677 tristate + select REGMAP_I2C + select REGMAP_IRQ config SND_SOC_RT5677_SPI tristate