blob: 866dfec4b6b5319a636715c1f9e6dd0438c7030c [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
Namarta Kohli1245b702012-08-16 17:10:41 +053012 select SND_COMPRESS_OFFLOAD
Liam Girdwooda3288172006-10-06 18:33:55 +020013 ---help---
14
Liam Girdwood43a23382007-04-17 15:41:52 +020015 If you want ASoC support, you should say Y here and also to the
16 specific driver for your SoC platform below.
17
18 ASoC provides power efficient ALSA support for embedded battery powered
19 SoC based systems like PDA's, Phones and Personal Media Players.
Liam Girdwooda3288172006-10-06 18:33:55 +020020
Liam Girdwood43a23382007-04-17 15:41:52 +020021 This ASoC audio support can also be built as a module. If so, the module
Liam Girdwooda3288172006-10-06 18:33:55 +020022 will be called snd-soc-core.
23
Takashi Iwai89fe5112008-05-23 16:10:37 +020024if SND_SOC
25
26config SND_SOC_AC97_BUS
27 bool
28
Lars-Peter Clausen28c44682013-04-15 19:19:50 +020029config SND_SOC_GENERIC_DMAENGINE_PCM
30 bool
Daniel Mackb7ae6f32013-08-12 10:42:37 +020031 select SND_DMAENGINE_PCM
Lars-Peter Clausen28c44682013-04-15 19:19:50 +020032
Mark Brown0b34a3d2008-12-16 14:44:48 +000033# All the supported SoCs
Lars-Peter Clausen8f2fe342013-12-06 11:02:50 +010034source "sound/soc/adi/Kconfig"
Sedji Gaouaou6c742502008-10-03 16:57:50 +020035source "sound/soc/atmel/Kconfig"
Manuel Lauss4a161d22008-07-09 16:27:56 +020036source "sound/soc/au1x/Kconfig"
Mark Brown0b34a3d2008-12-16 14:44:48 +000037source "sound/soc/blackfin/Kconfig"
Alexander Shiyan0ed275e2012-08-21 19:21:51 +040038source "sound/soc/cirrus/Kconfig"
Mark Brown0b34a3d2008-12-16 14:44:48 +000039source "sound/soc/davinci/Kconfig"
Rajeev Kumar3a9cf8e2012-06-21 15:54:51 +053040source "sound/soc/dwc/Kconfig"
Mark Brown0b34a3d2008-12-16 14:44:48 +000041source "sound/soc/fsl/Kconfig"
Mark Brown9af83812010-07-05 12:09:22 +090042source "sound/soc/jz4740/Kconfig"
Wan ZongShun1082e272010-05-18 13:41:46 +080043source "sound/soc/nuc900/Kconfig"
Mark Brown0b34a3d2008-12-16 14:44:48 +000044source "sound/soc/omap/Kconfig"
apatard@mandriva.comf9b95982010-05-31 13:49:14 +020045source "sound/soc/kirkwood/Kconfig"
Vinod Koule62255f2011-01-04 20:17:04 +053046source "sound/soc/mid-x86/Kconfig"
Dong Aisheng009ad052011-07-21 12:36:58 +080047source "sound/soc/mxs/Kconfig"
Liam Girdwood734c2d42006-10-12 14:34:32 +020048source "sound/soc/pxa/Kconfig"
Jassi Brar5033f432010-11-22 15:37:25 +090049source "sound/soc/samsung/Kconfig"
Daniel Glöckner4b166da2009-03-28 19:47:01 +010050source "sound/soc/s6000/Kconfig"
Manuel Laussaef3b062007-05-14 18:40:07 +020051source "sound/soc/sh/Kconfig"
Rajeev Kumare58070e2013-06-10 16:19:40 +053052source "sound/soc/spear/Kconfig"
Stephen Warren8b75d712011-01-07 22:36:17 -070053source "sound/soc/tegra/Kconfig"
Atsushi Nemotoe24805d2009-05-19 22:12:15 +090054source "sound/soc/txx9/Kconfig"
Ola Lilja3592b7f2012-05-08 15:57:18 +020055source "sound/soc/ux500/Kconfig"
Frank Mandarino8dafc0f2006-10-06 18:41:42 +020056
Richard Purdie7f137ab2006-10-06 18:38:37 +020057# Supported codecs
58source "sound/soc/codecs/Kconfig"
59
Kuninori Morimotof2390882012-04-08 21:17:50 -070060# generic frame-work
61source "sound/soc/generic/Kconfig"
62
Takashi Iwai89fe5112008-05-23 16:10:37 +020063endif # SND_SOC
64