Message ID | 1400774099-24708-1-git-send-email-andrew@lunn.ch (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index c59943a19f94..397b66c2b999 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -274,6 +274,7 @@ config SND_SOC_AK5386 config SND_SOC_ALC5623 tristate "Realtek ALC5623 CODEC" + depends on I2C config SND_SOC_ALC5632 tristate
This is an i2c driver, so make the Kconfig entry depend on I2C. Signed-off-by: Andrew Lunn <andrew@lunn.ch> --- sound/soc/codecs/Kconfig | 1 + 1 file changed, 1 insertion(+)