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