summaryrefslogtreecommitdiffstats
path: root/sound/soc/Kconfig
diff options
context:
space:
mode:
authorMark Brown2015-10-26 03:15:55 +0100
committerMark Brown2015-10-26 03:15:55 +0100
commit6439e5c2a784f6b00dd136df54d6f0859bc77af3 (patch)
treef9dee1f0bdcf07eb7ce86dfbf9f1a558bae62404 /sound/soc/Kconfig
parentMerge tag 'asoc-v4.3-rc2' into asoc-next (diff)
parentASoC: compress: add config item for soc-compress to make it compiled only whe... (diff)
downloadkernel-qcow2-linux-6439e5c2a784f6b00dd136df54d6f0859bc77af3.tar.gz
kernel-qcow2-linux-6439e5c2a784f6b00dd136df54d6f0859bc77af3.tar.xz
kernel-qcow2-linux-6439e5c2a784f6b00dd136df54d6f0859bc77af3.zip
Merge remote-tracking branch 'asoc/topic/core' into asoc-next
Diffstat (limited to 'sound/soc/Kconfig')
-rw-r--r--sound/soc/Kconfig5
1 files changed, 4 insertions, 1 deletions
diff --git a/sound/soc/Kconfig b/sound/soc/Kconfig
index 7de792b06007..7ff7d88e46dd 100644
--- a/sound/soc/Kconfig
+++ b/sound/soc/Kconfig
@@ -9,7 +9,6 @@ menuconfig SND_SOC
select SND_JACK if INPUT=y || INPUT=SND
select REGMAP_I2C if I2C
select REGMAP_SPI if SPI_MASTER
- select SND_COMPRESS_OFFLOAD
---help---
If you want ASoC support, you should say Y here and also to the
@@ -30,6 +29,10 @@ config SND_SOC_GENERIC_DMAENGINE_PCM
bool
select SND_DMAENGINE_PCM
+config SND_SOC_COMPRESS
+ bool
+ select SND_COMPRESS_OFFLOAD
+
config SND_SOC_TOPOLOGY
bool