diff options
author | Mark Brown <broonie@linaro.org> | 2013-07-15 17:04:47 +0100 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-07-19 12:09:19 +0100 |
commit | 8ccbc3ebe9a74f22c4f0acb363962f4e7c99d3cf (patch) | |
tree | bafa756267b11df2896b9effdc0d9342774a953a /sound/soc/mxs | |
parent | ad81f0545ef01ea651886dddac4bef6cec930092 (diff) | |
download | linux-8ccbc3ebe9a74f22c4f0acb363962f4e7c99d3cf.tar.bz2 |
ASoC: mxs: 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>
Diffstat (limited to 'sound/soc/mxs')
-rw-r--r-- | sound/soc/mxs/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/mxs/Kconfig b/sound/soc/mxs/Kconfig index 78d321cbe8b4..7daf860a2799 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 |