diff options
Diffstat (limited to 'sound/soc/Kconfig')
-rw-r--r-- | sound/soc/Kconfig | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/sound/soc/Kconfig b/sound/soc/Kconfig index 21a5465ceb65..a3efc52a34da 100644 --- a/sound/soc/Kconfig +++ b/sound/soc/Kconfig | |||
@@ -4,8 +4,6 @@ | |||
4 | 4 | ||
5 | menuconfig SND_SOC | 5 | menuconfig SND_SOC |
6 | tristate "ALSA for SoC audio support" | 6 | tristate "ALSA for SoC audio support" |
7 | select LZO_COMPRESS | ||
8 | select LZO_DECOMPRESS | ||
9 | select SND_PCM | 7 | select SND_PCM |
10 | select AC97_BUS if SND_SOC_AC97_BUS | 8 | select AC97_BUS if SND_SOC_AC97_BUS |
11 | select SND_JACK if INPUT=y || INPUT=SND | 9 | select SND_JACK if INPUT=y || INPUT=SND |
@@ -22,6 +20,21 @@ menuconfig SND_SOC | |||
22 | 20 | ||
23 | if SND_SOC | 21 | if SND_SOC |
24 | 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 | |||
25 | config SND_SOC_AC97_BUS | 38 | config SND_SOC_AC97_BUS |
26 | bool | 39 | bool |
27 | 40 | ||