[alsa-devel] [PATCH] ASoC: alc5623: Fix Kconfig dependency

Takashi Iwai tiwai at suse.de
Mon May 26 16:08:37 CEST 2014


Add "depends on I2C" to shut up the build errors from randconfig.

Signed-off-by: Takashi Iwai <tiwai at suse.de>
---
 sound/soc/codecs/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig
index c59943a19f94..3f7bbe61326d 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
-- 
1.9.3



More information about the Alsa-devel mailing list