ASoC: Fix spurious codec driver dependencies
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Fri, 23 Jan 2009 14:53:58 +0000 (14:53 +0000)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Fri, 23 Jan 2009 14:53:58 +0000 (14:53 +0000)
commitef963dcf6879e500e6559b4327f6cbdc4439198e
treef1016c98e6eebbb6d0c77b845015af3cdfcc8c6d
parenta435869cacbb581920df23411416bed533748bf1
ASoC: Fix spurious codec driver dependencies

Kbuild ignores dependency from things that are themselves selected so
ASoC machine drivers need to ensure that the control bus is being built.
This also avoids issues where multiple buses are supported by a given
codec.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/codecs/Kconfig
sound/soc/omap/Kconfig