From: Mark Brown Date: Wed, 30 Mar 2016 18:02:49 +0000 (-0700) Subject: ASoC: wm8960: Depends on I2C X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~2187^2^2~2^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3fcdfc9dad07c2a6ea19dfb98a2151cd86d06c6a;p=linux-4.9.git ASoC: wm8960: Depends on I2C Now that this is directly user selectable it needs to care about its dependencies. Reported-by: kbuild test robot Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index 196101b2eab5..3ebf29bc87d3 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -910,6 +910,7 @@ config SND_SOC_WM8955 config SND_SOC_WM8960 tristate "Wolfson Microelectronics WM8960 CODEC" + depends on I2C config SND_SOC_WM8961 tristate