]> git.baikalelectronics.ru Git - kernel.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)
commitd2efc5fa328011f8efe426b389d774a831be1f24
tree759e8e700fd681297f19c4b98b7dce3c462d6483
parentac4c8f069de5f9be3dbe3f9abf25fbb8f36d620c
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