aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/Kconfig
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2011-11-10 08:06:52 -0500
committerMark Brown <broonie@opensource.wolfsonmicro.com>2011-11-10 08:08:09 -0500
commitc9016a7937122b72d87ff2037664b7bd717d3e4b (patch)
tree699660ff52551df0287a50e7c8a250d23c988653 /sound/soc/Kconfig
parent515fedfeb6891f465bb1cc1ffe2e94e1b0d195a4 (diff)
ASoC: Remove LZO cache type
There are no current users and new drivers ought to be using the regmap API and its cache implementation directly so just delete the ASoC copy. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/Kconfig')
-rw-r--r--sound/soc/Kconfig15
1 files changed, 0 insertions, 15 deletions
diff --git a/sound/soc/Kconfig b/sound/soc/Kconfig
index 1381db853ef0..35e662d270e6 100644
--- a/sound/soc/Kconfig
+++ b/sound/soc/Kconfig
@@ -22,21 +22,6 @@ menuconfig SND_SOC
22 22
23if SND_SOC 23if SND_SOC
24 24
25config SND_SOC_CACHE_LZO
26 bool "Support LZO compression for register caches"
27 select LZO_COMPRESS
28 select LZO_DECOMPRESS
29 ---help---
30 Select this to enable LZO compression for register caches.
31 This will allow machine or CODEC drivers to compress register
32 caches in memory, reducing the memory consumption at the
33 expense of performance. If this is not present and is used
34 the system will fall back to uncompressed caches.
35
36 Usually it is safe to disable this option, where cache
37 compression in used the rbtree option will typically perform
38 better.
39
40config SND_SOC_AC97_BUS 25config SND_SOC_AC97_BUS
41 bool 26 bool
42 27