diff options
author | Mark Brown <broonie@linaro.org> | 2013-10-24 12:24:06 +0200 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-10-24 12:24:06 +0200 |
commit | 54128df2ba578b091c563d8e698f4944020fb8d9 (patch) | |
tree | f523eb0298db3823c1a6278debed7ce92bc758bc /sound/soc/cirrus | |
parent | Merge remote-tracking branch 'asoc/topic/doc' into asoc-next (diff) | |
parent | ASoC: cirrus: Enable compile test builds (diff) | |
download | linux-54128df2ba578b091c563d8e698f4944020fb8d9.tar.xz linux-54128df2ba578b091c563d8e698f4944020fb8d9.zip |
Merge remote-tracking branch 'asoc/topic/ep93xx' into asoc-next
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 2c20f01e1f7e..06f938deda15 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 |