mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
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>
This commit is contained in:
parent
4d1a77224b
commit
e479d85ced
1 changed files with 1 additions and 1 deletions
|
@ -474,7 +474,7 @@ config SND_SOC_WM8753
|
|||
|
||||
config SND_SOC_WM8770
|
||||
tristate "Wolfson Microelectronics WM8770 CODEC"
|
||||
depends on SND_SOC_I2C_AND_SPI
|
||||
depends on SPI_MASTER
|
||||
|
||||
config SND_SOC_WM8776
|
||||
tristate "Wolfson Microelectronics WM8776 CODEC"
|
||||
|
|
Loading…
Add table
Reference in a new issue