[alsa-devel] [PATCH] ASoC: mxs: Enable COMPILE_TEST builds
15 Jul
2013
15 Jul
'13
6:05 p.m.
From: Mark Brown broonie@linaro.org
Since DT based boards don't have any dependency on arch/arm enable them if COMPILE_TEST is enabled.
Signed-off-by: Mark Brown broonie@linaro.org --- sound/soc/mxs/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sound/soc/mxs/Kconfig b/sound/soc/mxs/Kconfig index 78d321c..7daf860 100644 --- a/sound/soc/mxs/Kconfig +++ b/sound/soc/mxs/Kconfig @@ -1,6 +1,6 @@ menuconfig SND_MXS_SOC tristate "SoC Audio for Freescale MXS CPUs" - depends on ARCH_MXS + depends on ARCH_MXS || COMPILE_TEST select SND_SOC_GENERIC_DMAENGINE_PCM help Say Y or M if you want to add support for codecs attached to
--
1.8.3.2
4178
Age (days ago)
4178
Last active (days ago)
0 comments
1 participants
participants (1)
-
Mark Brown