[alsa-devel] [PATCH] ASoC: alc5623: Depend on I2C.

22 May
2014
22 May
'14
6:54 p.m.
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(+)
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
--
2.0.0.rc2
4005
Age (days ago)
4005
Last active (days ago)
0 comments
1 participants
participants (1)
-
Andrew Lunn