diff options
author | Mark Brown <broonie@linaro.org> | 2013-10-24 11:24:06 +0100 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-10-24 11:24:06 +0100 |
commit | 54128df2ba578b091c563d8e698f4944020fb8d9 (patch) | |
tree | f523eb0298db3823c1a6278debed7ce92bc758bc /sound/soc/cirrus | |
parent | 9f7a949fb909b017e054574c96c4ebb44f5ff3fa (diff) | |
parent | 6197c34425c3d9a622d3a7031c91104909224a67 (diff) | |
download | linux-54128df2ba578b091c563d8e698f4944020fb8d9.tar.bz2 |
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 |