ASoC sst v2: Add medfield machine driver
[deliverable/linux.git] / sound / soc / Kconfig
CommitLineData
a3288176
LG
1#
2# SoC audio configuration
3#
4
89fe5117 5menuconfig SND_SOC
43a23389 6 tristate "ALSA for SoC audio support"
1fc273b8 7 select SND_PCM
db845374 8 select AC97_BUS if SND_SOC_AC97_BUS
8a2cd618 9 select SND_JACK if INPUT=y || INPUT=SND
a3288176
LG
10 ---help---
11
43a23389
LG
12 If you want ASoC support, you should say Y here and also to the
13 specific driver for your SoC platform below.
14
15 ASoC provides power efficient ALSA support for embedded battery powered
16 SoC based systems like PDA's, Phones and Personal Media Players.
a3288176 17
43a23389 18 This ASoC audio support can also be built as a module. If so, the module
a3288176
LG
19 will be called snd-soc-core.
20
89fe5117
TI
21if SND_SOC
22
68d44ee0
MB
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
89fe5117
TI
38config SND_SOC_AC97_BUS
39 bool
40
0b34a3d0 41# All the supported SoCs
6c742509 42source "sound/soc/atmel/Kconfig"
4a161d23 43source "sound/soc/au1x/Kconfig"
0b34a3d0
MB
44source "sound/soc/blackfin/Kconfig"
45source "sound/soc/davinci/Kconfig"
db5bf412 46source "sound/soc/ep93xx/Kconfig"
0b34a3d0 47source "sound/soc/fsl/Kconfig"
29e02cb3 48source "sound/soc/imx/Kconfig"
9af83810 49source "sound/soc/jz4740/Kconfig"
1082e270 50source "sound/soc/nuc900/Kconfig"
0b34a3d0 51source "sound/soc/omap/Kconfig"
f9b95980 52source "sound/soc/kirkwood/Kconfig"
734c2d4b 53source "sound/soc/pxa/Kconfig"
5033f43c 54source "sound/soc/samsung/Kconfig"
4b166da9 55source "sound/soc/s6000/Kconfig"
aef3b06a 56source "sound/soc/sh/Kconfig"
e24805dd 57source "sound/soc/txx9/Kconfig"
8dafc0fb 58
7f137ab6
RP
59# Supported codecs
60source "sound/soc/codecs/Kconfig"
61
89fe5117
TI
62endif # SND_SOC
63
This page took 0.263138 seconds and 5 git commands to generate.