aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2014-05-26 10:08:37 -0400
committerMark Brown <broonie@linaro.org>2014-05-26 11:10:59 -0400
commit5dc04f51c1149693b7bf6b89bcda16dca2ed42e7 (patch)
tree40175898032d28604adb3ff6064f47ffc0f3c6f6
parent7d6d478f38fb1bdef30ae1a4c9d5aefb7cb2bb9b (diff)
ASoC: alc5623: Fix Kconfig dependency
Add "depends on I2C" to shut up the build errors from randconfig. Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Mark Brown <broonie@linaro.org>
-rw-r--r--sound/soc/codecs/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig
index 5fefaa8c50ef..808e964d7580 100644
--- a/sound/soc/codecs/Kconfig
+++ b/sound/soc/codecs/Kconfig
@@ -270,6 +270,7 @@ config SND_SOC_AK5386
270 270
271config SND_SOC_ALC5623 271config SND_SOC_ALC5623
272 tristate "Realtek ALC5623 CODEC" 272 tristate "Realtek ALC5623 CODEC"
273 depends on I2C
273 274
274config SND_SOC_ALC5632 275config SND_SOC_ALC5632
275 tristate 276 tristate