blob: 3e598e756e54d1f19c038fa0d41d393fb6fd2eb4 [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
Liam Girdwooda3288172006-10-06 18:33:55 +020010 ---help---
11
Liam Girdwood43a23382007-04-17 15:41:52 +020012 If you want ASoC support, you should say Y here and also to the
13 specific driver for your SoC platform below.
14
15 ASoC provides power efficient ALSA support for embedded battery powered
16 SoC based systems like PDA's, Phones and Personal Media Players.
Liam Girdwooda3288172006-10-06 18:33:55 +020017
Liam Girdwood43a23382007-04-17 15:41:52 +020018 This ASoC audio support can also be built as a module. If so, the module
Liam Girdwooda3288172006-10-06 18:33:55 +020019 will be called snd-soc-core.
20
Takashi Iwai89fe5112008-05-23 16:10:37 +020021if SND_SOC
22
23config SND_SOC_AC97_BUS
24 bool
25
Mark Brown0b34a3d2008-12-16 14:44:48 +000026# All the supported SoCs
Sedji Gaouaou6c742502008-10-03 16:57:50 +020027source "sound/soc/atmel/Kconfig"
Manuel Lauss4a161d22008-07-09 16:27:56 +020028source "sound/soc/au1x/Kconfig"
Mark Brown0b34a3d2008-12-16 14:44:48 +000029source "sound/soc/blackfin/Kconfig"
30source "sound/soc/davinci/Kconfig"
Ryan Mallondb5bf412010-06-04 17:11:24 +120031source "sound/soc/ep93xx/Kconfig"
Mark Brown0b34a3d2008-12-16 14:44:48 +000032source "sound/soc/fsl/Kconfig"
Mark Brown29e02cb2009-08-15 11:37:30 +010033source "sound/soc/imx/Kconfig"
Mark Brown9af83812010-07-05 12:09:22 +090034source "sound/soc/jz4740/Kconfig"
Wan ZongShun1082e272010-05-18 13:41:46 +080035source "sound/soc/nuc900/Kconfig"
Mark Brown0b34a3d2008-12-16 14:44:48 +000036source "sound/soc/omap/Kconfig"
apatard@mandriva.comf9b95982010-05-31 13:49:14 +020037source "sound/soc/kirkwood/Kconfig"
Liam Girdwood734c2d42006-10-12 14:34:32 +020038source "sound/soc/pxa/Kconfig"
Graeme Gregory86e1f0d2007-02-14 13:20:46 +010039source "sound/soc/s3c24xx/Kconfig"
Daniel Glöckner4b166da2009-03-28 19:47:01 +010040source "sound/soc/s6000/Kconfig"
Manuel Laussaef3b062007-05-14 18:40:07 +020041source "sound/soc/sh/Kconfig"
Atsushi Nemotoe24805d2009-05-19 22:12:15 +090042source "sound/soc/txx9/Kconfig"
Frank Mandarino8dafc0f2006-10-06 18:41:42 +020043
Richard Purdie7f137ab2006-10-06 18:38:37 +020044# Supported codecs
45source "sound/soc/codecs/Kconfig"
46
Takashi Iwai89fe5112008-05-23 16:10:37 +020047endif # SND_SOC
48