aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/Kconfig')
-rw-r--r--sound/soc/Kconfig17
1 files changed, 16 insertions, 1 deletions
diff --git a/sound/soc/Kconfig b/sound/soc/Kconfig
index 3e598e756e54..a3efc52a34da 100644
--- a/sound/soc/Kconfig
+++ b/sound/soc/Kconfig
@@ -20,6 +20,21 @@ menuconfig SND_SOC
20 20
21if SND_SOC 21if SND_SOC
22 22
23config SND_SOC_CACHE_LZO
24 bool "Support LZO compression for register caches"
25 select LZO_COMPRESS
26 select LZO_DECOMPRESS
27 ---help---
28 Select this to enable LZO compression for register caches.
29 This will allow machine or CODEC drivers to compress register
30 caches in memory, reducing the memory consumption at the
31 expense of performance. If this is not present and is used
32 the system will fall back to uncompressed caches.
33
34 Usually it is safe to disable this option, where cache
35 compression in used the rbtree option will typically perform
36 better.
37
23config SND_SOC_AC97_BUS 38config SND_SOC_AC97_BUS
24 bool 39 bool
25 40
@@ -36,7 +51,7 @@ source "sound/soc/nuc900/Kconfig"
36source "sound/soc/omap/Kconfig" 51source "sound/soc/omap/Kconfig"
37source "sound/soc/kirkwood/Kconfig" 52source "sound/soc/kirkwood/Kconfig"
38source "sound/soc/pxa/Kconfig" 53source "sound/soc/pxa/Kconfig"
39source "sound/soc/s3c24xx/Kconfig" 54source "sound/soc/samsung/Kconfig"
40source "sound/soc/s6000/Kconfig" 55source "sound/soc/s6000/Kconfig"
41source "sound/soc/sh/Kconfig" 56source "sound/soc/sh/Kconfig"
42source "sound/soc/txx9/Kconfig" 57source "sound/soc/txx9/Kconfig"