Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ASoC: wm8770: Depend on SPI only

The device has no I2C support so it shouldn't be buildable if only I2C is
enabled.

Signed-off-by: Mark Brown <broonie@linaro.org>

+1 -1
+1 -1
sound/soc/codecs/Kconfig
··· 474 474 475 475 config SND_SOC_WM8770 476 476 tristate "Wolfson Microelectronics WM8770 CODEC" 477 - depends on SND_SOC_I2C_AND_SPI 477 + depends on SPI_MASTER 478 478 479 479 config SND_SOC_WM8776 480 480 tristate "Wolfson Microelectronics WM8776 CODEC"