ASoC: codecs: Make OF supported CODECs visible in Kconfig
authorMark Brown <broonie@linaro.org>
Thu, 23 Jan 2014 12:58:16 +0000 (12:58 +0000)
committerMark Brown <broonie@linaro.org>
Tue, 4 Feb 2014 17:35:15 +0000 (17:35 +0000)
commit1291e14175e6b83efe1464f32189acb21bc4be09
tree5197187bbef415a99c3b21bc13629f9d7400caff
parent0d724f8a3bbc9b0ffd658732714d23694ff4abca
ASoC: codecs: Make OF supported CODECs visible in Kconfig

Now that we have a generic card driver we can't rely on the card driver
selecting the CODECs for us so make the CODECs that can be enabled with
OF directly selectable in Kconfig. For the platforms not using OF it's
not clear that we don't still want to have some board specific selection
since the kernel needs to contain code to register the devices; ACPI could
provide this from firmware does not yet support any kind of generic card.

It may also be desirable to hide these if OF is not enabled to reduce
noise.

Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/codecs/Kconfig