blob: 615ebf0b76e754c96cde95d2a22acdaf63b44676 [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
Liam Girdwooda3288172006-10-06 18:33:55 +02009 ---help---
10
Liam Girdwood43a23382007-04-17 15:41:52 +020011 If you want ASoC support, you should say Y here and also to the
12 specific driver for your SoC platform below.
13
14 ASoC provides power efficient ALSA support for embedded battery powered
15 SoC based systems like PDA's, Phones and Personal Media Players.
Liam Girdwooda3288172006-10-06 18:33:55 +020016
Liam Girdwood43a23382007-04-17 15:41:52 +020017 This ASoC audio support can also be built as a module. If so, the module
Liam Girdwooda3288172006-10-06 18:33:55 +020018 will be called snd-soc-core.
19
Takashi Iwai89fe5112008-05-23 16:10:37 +020020if SND_SOC
21
22config SND_SOC_AC97_BUS
23 bool
24
Frank Mandarino8dafc0f2006-10-06 18:41:42 +020025# All the supported Soc's
Sedji Gaouaou6c742502008-10-03 16:57:50 +020026source "sound/soc/atmel/Kconfig"
Manuel Lauss4a161d22008-07-09 16:27:56 +020027source "sound/soc/au1x/Kconfig"
Liam Girdwood734c2d42006-10-12 14:34:32 +020028source "sound/soc/pxa/Kconfig"
Graeme Gregory86e1f0d2007-02-14 13:20:46 +010029source "sound/soc/s3c24xx/Kconfig"
Manuel Laussaef3b062007-05-14 18:40:07 +020030source "sound/soc/sh/Kconfig"
Timur Tabi17467f22008-01-11 18:15:26 +010031source "sound/soc/fsl/Kconfig"
Vladimir Barinov310355c2008-02-18 11:40:22 +010032source "sound/soc/davinci/Kconfig"
Jarkko Nikula2e747962008-04-25 13:55:19 +020033source "sound/soc/omap/Kconfig"
Cliff Cai59fcbb62008-09-05 18:21:34 +080034source "sound/soc/blackfin/Kconfig"
Frank Mandarino8dafc0f2006-10-06 18:41:42 +020035
Richard Purdie7f137ab2006-10-06 18:38:37 +020036# Supported codecs
37source "sound/soc/codecs/Kconfig"
38
Takashi Iwai89fe5112008-05-23 16:10:37 +020039endif # SND_SOC
40