blob: a7df779894d57e0a438e9e39070dd5d920e54197 [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
25config SND_SOC_AC97_BUS
26 bool
27
Lars-Peter Clausene7f73a12012-02-22 10:49:08 +010028config SND_SOC_DMAENGINE_PCM
29 bool
30
Mark Brown0b34a3d2008-12-16 14:44:48 +000031# All the supported SoCs
Sedji Gaouaou6c742502008-10-03 16:57:50 +020032source "sound/soc/atmel/Kconfig"
Manuel Lauss4a161d22008-07-09 16:27:56 +020033source "sound/soc/au1x/Kconfig"
Mark Brown0b34a3d2008-12-16 14:44:48 +000034source "sound/soc/blackfin/Kconfig"
35source "sound/soc/davinci/Kconfig"
Ryan Mallondb5bf412010-06-04 17:11:24 +120036source "sound/soc/ep93xx/Kconfig"
Mark Brown0b34a3d2008-12-16 14:44:48 +000037source "sound/soc/fsl/Kconfig"
Mark Brown9af83812010-07-05 12:09:22 +090038source "sound/soc/jz4740/Kconfig"
Wan ZongShun1082e272010-05-18 13:41:46 +080039source "sound/soc/nuc900/Kconfig"
Mark Brown0b34a3d2008-12-16 14:44:48 +000040source "sound/soc/omap/Kconfig"
apatard@mandriva.comf9b95982010-05-31 13:49:14 +020041source "sound/soc/kirkwood/Kconfig"
Vinod Koule62255f2011-01-04 20:17:04 +053042source "sound/soc/mid-x86/Kconfig"
Dong Aisheng009ad052011-07-21 12:36:58 +080043source "sound/soc/mxs/Kconfig"
Liam Girdwood734c2d42006-10-12 14:34:32 +020044source "sound/soc/pxa/Kconfig"
Jassi Brar5033f432010-11-22 15:37:25 +090045source "sound/soc/samsung/Kconfig"
Daniel Glöckner4b166da2009-03-28 19:47:01 +010046source "sound/soc/s6000/Kconfig"
Manuel Laussaef3b062007-05-14 18:40:07 +020047source "sound/soc/sh/Kconfig"
Stephen Warren8b75d712011-01-07 22:36:17 -070048source "sound/soc/tegra/Kconfig"
Atsushi Nemotoe24805d2009-05-19 22:12:15 +090049source "sound/soc/txx9/Kconfig"
Frank Mandarino8dafc0f2006-10-06 18:41:42 +020050
Richard Purdie7f137ab2006-10-06 18:38:37 +020051# Supported codecs
52source "sound/soc/codecs/Kconfig"
53
Kuninori Morimotof2390882012-04-08 21:17:50 -070054# generic frame-work
55source "sound/soc/generic/Kconfig"
56
Takashi Iwai89fe5112008-05-23 16:10:37 +020057endif # SND_SOC
58