2006-10-06 12:33:55 -04:00
|
|
|
#
|
|
|
|
# SoC audio configuration
|
|
|
|
#
|
|
|
|
|
2008-05-23 10:10:37 -04:00
|
|
|
menuconfig SND_SOC
|
2007-04-17 09:41:52 -04:00
|
|
|
tristate "ALSA for SoC audio support"
|
2007-03-08 06:53:02 -05:00
|
|
|
select SND_PCM
|
2008-09-15 10:57:36 -04:00
|
|
|
select AC97_BUS if SND_SOC_AC97_BUS
|
2009-01-07 12:31:10 -05:00
|
|
|
select SND_JACK if INPUT=y || INPUT=SND
|
2011-06-13 14:35:29 -04:00
|
|
|
select REGMAP_I2C if I2C
|
|
|
|
select REGMAP_SPI if SPI_MASTER
|
2006-10-06 12:33:55 -04:00
|
|
|
---help---
|
|
|
|
|
2007-04-17 09:41:52 -04:00
|
|
|
If you want ASoC support, you should say Y here and also to the
|
|
|
|
specific driver for your SoC platform below.
|
|
|
|
|
|
|
|
ASoC provides power efficient ALSA support for embedded battery powered
|
|
|
|
SoC based systems like PDA's, Phones and Personal Media Players.
|
2006-10-06 12:33:55 -04:00
|
|
|
|
2007-04-17 09:41:52 -04:00
|
|
|
This ASoC audio support can also be built as a module. If so, the module
|
2006-10-06 12:33:55 -04:00
|
|
|
will be called snd-soc-core.
|
|
|
|
|
2008-05-23 10:10:37 -04:00
|
|
|
if SND_SOC
|
|
|
|
|
2010-12-21 12:19:56 -05:00
|
|
|
config SND_SOC_CACHE_LZO
|
|
|
|
bool "Support LZO compression for register caches"
|
|
|
|
select LZO_COMPRESS
|
|
|
|
select LZO_DECOMPRESS
|
|
|
|
---help---
|
|
|
|
Select this to enable LZO compression for register caches.
|
|
|
|
This will allow machine or CODEC drivers to compress register
|
|
|
|
caches in memory, reducing the memory consumption at the
|
|
|
|
expense of performance. If this is not present and is used
|
|
|
|
the system will fall back to uncompressed caches.
|
|
|
|
|
|
|
|
Usually it is safe to disable this option, where cache
|
|
|
|
compression in used the rbtree option will typically perform
|
|
|
|
better.
|
|
|
|
|
2008-05-23 10:10:37 -04:00
|
|
|
config SND_SOC_AC97_BUS
|
|
|
|
bool
|
|
|
|
|
2008-12-16 09:44:48 -05:00
|
|
|
# All the supported SoCs
|
2008-10-03 10:57:50 -04:00
|
|
|
source "sound/soc/atmel/Kconfig"
|
2008-07-09 10:27:56 -04:00
|
|
|
source "sound/soc/au1x/Kconfig"
|
2008-12-16 09:44:48 -05:00
|
|
|
source "sound/soc/blackfin/Kconfig"
|
|
|
|
source "sound/soc/davinci/Kconfig"
|
2010-06-04 01:11:24 -04:00
|
|
|
source "sound/soc/ep93xx/Kconfig"
|
2008-12-16 09:44:48 -05:00
|
|
|
source "sound/soc/fsl/Kconfig"
|
2009-08-15 06:37:30 -04:00
|
|
|
source "sound/soc/imx/Kconfig"
|
2010-07-04 23:09:22 -04:00
|
|
|
source "sound/soc/jz4740/Kconfig"
|
2010-05-18 01:41:46 -04:00
|
|
|
source "sound/soc/nuc900/Kconfig"
|
2008-12-16 09:44:48 -05:00
|
|
|
source "sound/soc/omap/Kconfig"
|
2010-05-31 07:49:14 -04:00
|
|
|
source "sound/soc/kirkwood/Kconfig"
|
2011-01-04 09:47:04 -05:00
|
|
|
source "sound/soc/mid-x86/Kconfig"
|
2011-07-21 00:36:58 -04:00
|
|
|
source "sound/soc/mxs/Kconfig"
|
2006-10-12 08:34:32 -04:00
|
|
|
source "sound/soc/pxa/Kconfig"
|
2010-11-22 01:37:25 -05:00
|
|
|
source "sound/soc/samsung/Kconfig"
|
2009-03-28 14:47:01 -04:00
|
|
|
source "sound/soc/s6000/Kconfig"
|
2007-05-14 12:40:07 -04:00
|
|
|
source "sound/soc/sh/Kconfig"
|
2011-01-08 00:36:17 -05:00
|
|
|
source "sound/soc/tegra/Kconfig"
|
2009-05-19 09:12:15 -04:00
|
|
|
source "sound/soc/txx9/Kconfig"
|
2006-10-06 12:41:42 -04:00
|
|
|
|
2006-10-06 12:38:37 -04:00
|
|
|
# Supported codecs
|
|
|
|
source "sound/soc/codecs/Kconfig"
|
|
|
|
|
2008-05-23 10:10:37 -04:00
|
|
|
endif # SND_SOC
|
|
|
|
|