2006-10-06 10:33:55 -06:00
|
|
|
#
|
|
|
|
# SoC audio configuration
|
|
|
|
#
|
|
|
|
|
2008-05-23 08:10:37 -06:00
|
|
|
menuconfig SND_SOC
|
2007-04-17 07:41:52 -06:00
|
|
|
tristate "ALSA for SoC audio support"
|
2007-03-08 04:53:02 -07:00
|
|
|
select SND_PCM
|
2008-09-15 08:57:36 -06:00
|
|
|
select AC97_BUS if SND_SOC_AC97_BUS
|
2009-01-07 10:31:10 -07:00
|
|
|
select SND_JACK if INPUT=y || INPUT=SND
|
2011-06-13 12:35:29 -06:00
|
|
|
select REGMAP_I2C if I2C
|
|
|
|
select REGMAP_SPI if SPI_MASTER
|
2012-08-16 05:40:41 -06:00
|
|
|
select SND_COMPRESS_OFFLOAD
|
2006-10-06 10:33:55 -06:00
|
|
|
---help---
|
|
|
|
|
2007-04-17 07:41:52 -06: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 10:33:55 -06:00
|
|
|
|
2007-04-17 07:41:52 -06:00
|
|
|
This ASoC audio support can also be built as a module. If so, the module
|
2006-10-06 10:33:55 -06:00
|
|
|
will be called snd-soc-core.
|
|
|
|
|
2008-05-23 08:10:37 -06:00
|
|
|
if SND_SOC
|
|
|
|
|
|
|
|
config SND_SOC_AC97_BUS
|
|
|
|
bool
|
|
|
|
|
2013-04-15 11:19:50 -06:00
|
|
|
config SND_SOC_GENERIC_DMAENGINE_PCM
|
|
|
|
bool
|
2013-08-12 02:42:37 -06:00
|
|
|
select SND_DMAENGINE_PCM
|
2013-04-15 11:19:50 -06:00
|
|
|
|
2008-12-16 07:44:48 -07:00
|
|
|
# All the supported SoCs
|
2013-12-06 03:02:50 -07:00
|
|
|
source "sound/soc/adi/Kconfig"
|
2008-10-03 08:57:50 -06:00
|
|
|
source "sound/soc/atmel/Kconfig"
|
2008-07-09 08:27:56 -06:00
|
|
|
source "sound/soc/au1x/Kconfig"
|
2013-11-22 08:24:08 -07:00
|
|
|
source "sound/soc/bcm/Kconfig"
|
2008-12-16 07:44:48 -07:00
|
|
|
source "sound/soc/blackfin/Kconfig"
|
2012-08-21 09:21:51 -06:00
|
|
|
source "sound/soc/cirrus/Kconfig"
|
2008-12-16 07:44:48 -07:00
|
|
|
source "sound/soc/davinci/Kconfig"
|
2012-06-21 04:24:51 -06:00
|
|
|
source "sound/soc/dwc/Kconfig"
|
2008-12-16 07:44:48 -07:00
|
|
|
source "sound/soc/fsl/Kconfig"
|
2010-07-04 21:09:22 -06:00
|
|
|
source "sound/soc/jz4740/Kconfig"
|
2010-05-17 23:41:46 -06:00
|
|
|
source "sound/soc/nuc900/Kconfig"
|
2008-12-16 07:44:48 -07:00
|
|
|
source "sound/soc/omap/Kconfig"
|
2010-05-31 05:49:14 -06:00
|
|
|
source "sound/soc/kirkwood/Kconfig"
|
2013-11-21 04:32:24 -07:00
|
|
|
source "sound/soc/intel/Kconfig"
|
2011-07-20 22:36:58 -06:00
|
|
|
source "sound/soc/mxs/Kconfig"
|
2006-10-12 06:34:32 -06:00
|
|
|
source "sound/soc/pxa/Kconfig"
|
2015-03-13 02:01:07 -06:00
|
|
|
source "sound/soc/qcom/Kconfig"
|
2014-07-05 05:13:03 -06:00
|
|
|
source "sound/soc/rockchip/Kconfig"
|
2010-11-21 23:37:25 -07:00
|
|
|
source "sound/soc/samsung/Kconfig"
|
2007-05-14 10:40:07 -06:00
|
|
|
source "sound/soc/sh/Kconfig"
|
2014-03-05 01:34:35 -07:00
|
|
|
source "sound/soc/sirf/Kconfig"
|
2013-06-10 04:49:40 -06:00
|
|
|
source "sound/soc/spear/Kconfig"
|
2011-01-07 22:36:17 -07:00
|
|
|
source "sound/soc/tegra/Kconfig"
|
2009-05-19 07:12:15 -06:00
|
|
|
source "sound/soc/txx9/Kconfig"
|
2012-05-08 07:57:18 -06:00
|
|
|
source "sound/soc/ux500/Kconfig"
|
2014-12-26 10:19:38 -07:00
|
|
|
source "sound/soc/xtensa/Kconfig"
|
2006-10-06 10:41:42 -06:00
|
|
|
|
2006-10-06 10:38:37 -06:00
|
|
|
# Supported codecs
|
|
|
|
source "sound/soc/codecs/Kconfig"
|
|
|
|
|
2012-04-08 22:17:50 -06:00
|
|
|
# generic frame-work
|
|
|
|
source "sound/soc/generic/Kconfig"
|
|
|
|
|
2008-05-23 08:10:37 -06:00
|
|
|
endif # SND_SOC
|
|
|
|
|