diff options
author | Mark Brown <broonie@linaro.org> | 2013-07-15 20:03:18 +0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-07-16 16:51:04 +0400 |
commit | a1df5c2b310ff88cad66de6d55c06d4ad3b9684b (patch) | |
tree | 5d3d1e2d322fadde21534607b978fb0ba96bb0d3 /sound/soc/fsl | |
parent | b2c119b0bba808608c48a8f7c9d727956d56561a (diff) | |
download | linux-a1df5c2b310ff88cad66de6d55c06d4ad3b9684b.tar.xz |
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. |