blob: 5da8ca7aee05c9680827d7ae7478ceb0532812fb [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 Clausene7f73a12012-02-22 10:49:08 +010029config SND_SOC_DMAENGINE_PCM
30 bool
31
Mark Brown0b34a3d2008-12-16 14:44:48 +000032# All the supported SoCs
Sedji Gaouaou6c742502008-10-03 16:57:50 +020033source "sound/soc/atmel/Kconfig"
Manuel Lauss4a161d22008-07-09 16:27:56 +020034source "sound/soc/au1x/Kconfig"
Mark Brown0b34a3d2008-12-16 14:44:48 +000035source "sound/soc/blackfin/Kconfig"
Alexander Shiyan0ed275e2012-08-21 19:21:51 +040036source "sound/soc/cirrus/Kconfig"
Mark Brown0b34a3d2008-12-16 14:44:48 +000037source "sound/soc/davinci/Kconfig"
Rajeev Kumar3a9cf8e2012-06-21 15:54:51 +053038source "sound/soc/dwc/Kconfig"
Mark Brown0b34a3d2008-12-16 14:44:48 +000039source "sound/soc/fsl/Kconfig"
Mark Brown9af83812010-07-05 12:09:22 +090040source "sound/soc/jz4740/Kconfig"
Wan ZongShun1082e272010-05-18 13:41:46 +080041source "sound/soc/nuc900/Kconfig"
Mark Brown0b34a3d2008-12-16 14:44:48 +000042source "sound/soc/omap/Kconfig"
apatard@mandriva.comf9b95982010-05-31 13:49:14 +020043source "sound/soc/kirkwood/Kconfig"
Vinod Koule62255f2011-01-04 20:17:04 +053044source "sound/soc/mid-x86/Kconfig"
Dong Aisheng009ad052011-07-21 12:36:58 +080045source "sound/soc/mxs/Kconfig"
Liam Girdwood734c2d42006-10-12 14:34:32 +020046source "sound/soc/pxa/Kconfig"
Jassi Brar5033f432010-11-22 15:37:25 +090047source "sound/soc/samsung/Kconfig"
Daniel Glöckner4b166da2009-03-28 19:47:01 +010048source "sound/soc/s6000/Kconfig"
Manuel Laussaef3b062007-05-14 18:40:07 +020049source "sound/soc/sh/Kconfig"
Stephen Warren8b75d712011-01-07 22:36:17 -070050source "sound/soc/tegra/Kconfig"
Atsushi Nemotoe24805d2009-05-19 22:12:15 +090051source "sound/soc/txx9/Kconfig"
Ola Lilja3592b7f2012-05-08 15:57:18 +020052source "sound/soc/ux500/Kconfig"
Frank Mandarino8dafc0f2006-10-06 18:41:42 +020053
Richard Purdie7f137ab2006-10-06 18:38:37 +020054# Supported codecs
55source "sound/soc/codecs/Kconfig"
56
Kuninori Morimotof2390882012-04-08 21:17:50 -070057# generic frame-work
58source "sound/soc/generic/Kconfig"
59
Takashi Iwai89fe5112008-05-23 16:10:37 +020060endif # SND_SOC
61