diff options
author | Mark Brown <broonie@linaro.org> | 2013-10-19 13:09:27 (GMT) |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-10-19 20:23:30 (GMT) |
commit | 6197c34425c3d9a622d3a7031c91104909224a67 (patch) | |
tree | cf58f1ef0434ab668446bbd3fe13ffa96f4a57b3 /sound/soc/cirrus | |
parent | 61e6cfa80de5760bbe406f4e815b7739205754d2 (diff) | |
download | linux-6197c34425c3d9a622d3a7031c91104909224a67.tar.xz |
ASoC: cirrus: Enable compile test builds
The core support for ep93xx (currently only the DMA driver) does not
depend on the architecture at all and everything else has more strict
dependencies so enable compile test builds for improved build coverage.
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/cirrus')
-rw-r--r-- | sound/soc/cirrus/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/cirrus/Kconfig b/sound/soc/cirrus/Kconfig index 2c20f01..06f938d 100644 --- a/sound/soc/cirrus/Kconfig +++ b/sound/soc/cirrus/Kconfig @@ -1,6 +1,6 @@ config SND_EP93XX_SOC tristate "SoC Audio support for the Cirrus Logic EP93xx series" - depends on ARCH_EP93XX && SND_SOC + depends on (ARCH_EP93XX || COMPILE_TEST) && SND_SOC select SND_SOC_GENERIC_DMAENGINE_PCM help Say Y or M if you want to add support for codecs attached to |