diff options
author | Mark Brown <broonie@linaro.org> | 2013-07-15 12:03:18 -0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-07-16 08:51:04 -0400 |
commit | a1df5c2b310ff88cad66de6d55c06d4ad3b9684b (patch) | |
tree | 5d3d1e2d322fadde21534607b978fb0ba96bb0d3 | |
parent | b2c119b0bba808608c48a8f7c9d727956d56561a (diff) |
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>
-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 | |||
98 | 98 | ||
99 | menuconfig SND_IMX_SOC | 99 | menuconfig SND_IMX_SOC |
100 | tristate "SoC Audio for Freescale i.MX CPUs" | 100 | tristate "SoC Audio for Freescale i.MX CPUs" |
101 | depends on ARCH_MXC | 101 | depends on ARCH_MXC || COMPILE_TEST |
102 | help | 102 | help |
103 | Say Y or M if you want to add support for codecs attached to | 103 | Say Y or M if you want to add support for codecs attached to |
104 | the i.MX CPUs. | 104 | the i.MX CPUs. |