]> Pileus Git - ~andy/linux/commit
ASoC: blackfin: Fix machine driver Kconfig dependencies
authorLars-Peter Clausen <lars@metafoo.de>
Wed, 12 Feb 2014 16:11:22 +0000 (17:11 +0100)
committerMark Brown <broonie@linaro.org>
Wed, 12 Feb 2014 16:16:38 +0000 (16:16 +0000)
commite3947ecb4e8adf260b6323eac43b80eeb26911cf
treee4ac67cc6876449e28f252c4fa12e9129f2bbfdd
parent38dbfb59d1175ef458d006556061adeaa8751b72
ASoC: blackfin: Fix machine driver Kconfig dependencies

Since the machine driver selects the CODEC driver we need to make sure that the
machine driver is only selectable if the CODEC driver can be build. This avoids
build errors under some configurations (which typically only result from
randconfig).

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