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)
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>

No differences found