OSDN Git Service

ASoC: imx: Enable COMPILE_TEST builds
authorMark Brown <broonie@linaro.org>
Mon, 15 Jul 2013 16:03:18 +0000 (17:03 +0100)
committerMark Brown <broonie@linaro.org>
Tue, 16 Jul 2013 12:51:04 +0000 (13:51 +0100)
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>
Acked-by: Shawn Guo <shawn.guo@linaro.org>
sound/soc/fsl/Kconfig

index aa43854..87e28bc 100644 (file)
@@ -98,7 +98,7 @@ endif # SND_POWERPC_SOC
 
 menuconfig SND_IMX_SOC
        tristate "SoC Audio for Freescale i.MX CPUs"
-       depends on ARCH_MXC
+       depends on ARCH_MXC || COMPILE_TEST
        help
          Say Y or M if you want to add support for codecs attached to
          the i.MX CPUs.