diff options
author | Mark Brown <broonie@linaro.org> | 2013-07-15 18:03:18 +0200 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-07-16 14:51:04 +0200 |
commit | a1df5c2b310ff88cad66de6d55c06d4ad3b9684b (patch) | |
tree | 5d3d1e2d322fadde21534607b978fb0ba96bb0d3 /sound/soc/fsl | |
parent | ASoC: fsl: Disable SSI in trigger() if RE/TE are both cleared (diff) | |
download | linux-a1df5c2b310ff88cad66de6d55c06d4ad3b9684b.tar.xz linux-a1df5c2b310ff88cad66de6d55c06d4ad3b9684b.zip |
ASoC: imx: Enable COMPILE_TEST builds
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>
Diffstat (limited to 'sound/soc/fsl')
-rw-r--r-- | sound/soc/fsl/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/fsl/Kconfig b/sound/soc/fsl/Kconfig index aa438546c912..87e28bcf7a83 100644 --- a/sound/soc/fsl/Kconfig +++ b/sound/soc/fsl/Kconfig @@ -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. |