mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
7d6d478f38
commit
5dc04f51c1
|
@ -270,6 +270,7 @@ config SND_SOC_AK5386
|
||||||
|
|
||||||
config SND_SOC_ALC5623
|
config SND_SOC_ALC5623
|
||||||
tristate "Realtek ALC5623 CODEC"
|
tristate "Realtek ALC5623 CODEC"
|
||||||
|
depends on I2C
|
||||||
|
|
||||||
config SND_SOC_ALC5632
|
config SND_SOC_ALC5632
|
||||||
tristate
|
tristate
|
||||||
|
|
Loading…
Reference in New Issue