diff options
author | Mark Brown <broonie@kernel.org> | 2017-07-03 17:51:38 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-07-03 17:51:38 +0200 |
commit | b821d298f8864dc3c3d42643812df43289159507 (patch) | |
tree | 11a2d7ce5ea4386f4ba17974da6d833fe37502a9 /sound/soc/pxa | |
parent | Merge remote-tracking branches 'asoc/topic/davinci', 'asoc/topic/drm', 'asoc/... (diff) | |
parent | Merge remote-tracking branch 'asoc/topic/zx-aud96p22' into asoc-next (diff) | |
download | linux-b821d298f8864dc3c3d42643812df43289159507.tar.xz linux-b821d298f8864dc3c3d42643812df43289159507.zip |
Merge remote-tracking branch 'asoc/topic/inte' into asoc-next
Diffstat (limited to 'sound/soc/pxa')
-rw-r--r-- | sound/soc/pxa/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/pxa/Kconfig b/sound/soc/pxa/Kconfig index 823b5a236d8d..960744e46edc 100644 --- a/sound/soc/pxa/Kconfig +++ b/sound/soc/pxa/Kconfig @@ -1,6 +1,6 @@ config SND_PXA2XX_SOC tristate "SoC Audio for the Intel PXA2xx chip" - depends on ARCH_PXA + depends on ARCH_PXA || COMPILE_TEST select SND_PXA2XX_LIB help Say Y or M if you want to add support for codecs attached to |