diff options
Diffstat (limited to 'sound/soc/Kconfig')
-rw-r--r-- | sound/soc/Kconfig | 17 |
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 | ||
21 | if SND_SOC | 21 | if SND_SOC |
22 | 22 | ||
23 | config 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 | |||
23 | config SND_SOC_AC97_BUS | 38 | config SND_SOC_AC97_BUS |
24 | bool | 39 | bool |
25 | 40 | ||
@@ -36,7 +51,7 @@ source "sound/soc/nuc900/Kconfig" | |||
36 | source "sound/soc/omap/Kconfig" | 51 | source "sound/soc/omap/Kconfig" |
37 | source "sound/soc/kirkwood/Kconfig" | 52 | source "sound/soc/kirkwood/Kconfig" |
38 | source "sound/soc/pxa/Kconfig" | 53 | source "sound/soc/pxa/Kconfig" |
39 | source "sound/soc/s3c24xx/Kconfig" | 54 | source "sound/soc/samsung/Kconfig" |
40 | source "sound/soc/s6000/Kconfig" | 55 | source "sound/soc/s6000/Kconfig" |
41 | source "sound/soc/sh/Kconfig" | 56 | source "sound/soc/sh/Kconfig" |
42 | source "sound/soc/txx9/Kconfig" | 57 | source "sound/soc/txx9/Kconfig" |