]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ASoC: atmel: Add dependency to SND_SOC_I2C_AND_SPI where necessary
authorLars-Peter Clausen <lars@metafoo.de>
Sat, 11 Apr 2015 09:16:18 +0000 (11:16 +0200)
committerMark Brown <broonie@kernel.org>
Sun, 12 Apr 2015 11:40:57 +0000 (12:40 +0100)
commit7ca92b8f5ad80e0d97f093dad81a4e4143c8edeb
tree759e8e700fd681297f19c4b98b7dce3c462d6483
parentc14e2591bf54c45c9f80cf728fb90976c4e10384
ASoC: atmel: Add dependency to SND_SOC_I2C_AND_SPI where necessary

The SND_AT91_SOC_SAM9G20_WM8731 and SND_AT91_SOC_SAM9X5_WM8731 machine
driver symbols select SND_SOC_WM8731 which depends on SND_SOC_I2C_AND_SPI.
So the machine driver symbols need to depend on SND_SOC_I2C_AND_SPI as well,
otherwise we might end up with a invalid configuration, which will sooner or
later upset the randconfig auto-builders.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/atmel/Kconfig