blob: 1381db853ef0f8b5d875c6ba220de0f90476add5 [file] [log] [blame]
Liam Girdwooda3288172006-10-06 18:33:55 +02001#
2# SoC audio configuration
3#
4
Takashi Iwai89fe5112008-05-23 16:10:37 +02005menuconfig SND_SOC
Liam Girdwood43a23382007-04-17 15:41:52 +02006 tristate "ALSA for SoC audio support"
Takashi Iwai1fc273b2007-03-08 12:53:02 +01007 select SND_PCM
Mark Browndb845372008-09-15 15:57:36 +01008 select AC97_BUS if SND_SOC_AC97_BUS
Mark Brown8a2cd612009-01-07 17:31:10 +00009 select SND_JACK if INPUT=y || INPUT=SND
Mark Brownbe3ea3b2011-06-13 19:35:29 +010010 select REGMAP_I2C if I2C
11 select REGMAP_SPI if SPI_MASTER
Liam Girdwooda3288172006-10-06 18:33:55 +020012 ---help---
13
Liam Girdwood43a23382007-04-17 15:41:52 +020014 If you want ASoC support, you should say Y here and also to the
15 specific driver for your SoC platform below.
16
17 ASoC provides power efficient ALSA support for embedded battery powered
18 SoC based systems like PDA's, Phones and Personal Media Players.
Liam Girdwooda3288172006-10-06 18:33:55 +020019
Liam Girdwood43a23382007-04-17 15:41:52 +020020 This ASoC audio support can also be built as a module. If so, the module
Liam Girdwooda3288172006-10-06 18:33:55 +020021 will be called snd-soc-core.
22
Takashi Iwai89fe5112008-05-23 16:10:37 +020023if SND_SOC
24
Mark Brown68d44ee2010-12-21 17:19:56 +000025config 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
Takashi Iwai89fe5112008-05-23 16:10:37 +020040config SND_SOC_AC97_BUS
41 bool
42
Mark Brown0b34a3d2008-12-16 14:44:48 +000043# All the supported SoCs
Sedji Gaouaou6c742502008-10-03 16:57:50 +020044source "sound/soc/atmel/Kconfig"
Manuel Lauss4a161d22008-07-09 16:27:56 +020045source "sound/soc/au1x/Kconfig"
Mark Brown0b34a3d2008-12-16 14:44:48 +000046source "sound/soc/blackfin/Kconfig"
47source "sound/soc/davinci/Kconfig"
Ryan Mallondb5bf412010-06-04 17:11:24 +120048source "sound/soc/ep93xx/Kconfig"
Mark Brown0b34a3d2008-12-16 14:44:48 +000049source "sound/soc/fsl/Kconfig"
Mark Brown29e02cb2009-08-15 11:37:30 +010050source "sound/soc/imx/Kconfig"
Mark Brown9af83812010-07-05 12:09:22 +090051source "sound/soc/jz4740/Kconfig"
Wan ZongShun1082e272010-05-18 13:41:46 +080052source "sound/soc/nuc900/Kconfig"
Mark Brown0b34a3d2008-12-16 14:44:48 +000053source "sound/soc/omap/Kconfig"
apatard@mandriva.comf9b95982010-05-31 13:49:14 +020054source "sound/soc/kirkwood/Kconfig"
Vinod Koule62255f2011-01-04 20:17:04 +053055source "sound/soc/mid-x86/Kconfig"
Dong Aisheng009ad052011-07-21 12:36:58 +080056source "sound/soc/mxs/Kconfig"
Liam Girdwood734c2d42006-10-12 14:34:32 +020057source "sound/soc/pxa/Kconfig"
Jassi Brar5033f432010-11-22 15:37:25 +090058source "sound/soc/samsung/Kconfig"
Daniel Glöckner4b166da2009-03-28 19:47:01 +010059source "sound/soc/s6000/Kconfig"
Manuel Laussaef3b062007-05-14 18:40:07 +020060source "sound/soc/sh/Kconfig"
Stephen Warren8b75d712011-01-07 22:36:17 -070061source "sound/soc/tegra/Kconfig"
Atsushi Nemotoe24805d2009-05-19 22:12:15 +090062source "sound/soc/txx9/Kconfig"
Frank Mandarino8dafc0f2006-10-06 18:41:42 +020063
Richard Purdie7f137ab2006-10-06 18:38:37 +020064# Supported codecs
65source "sound/soc/codecs/Kconfig"
66
Takashi Iwai89fe5112008-05-23 16:10:37 +020067endif # SND_SOC
68