blob: b939e22db7b4a0d41b1dc81b4fb10ff1851d7a6b [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
Liam Girdwooda3288172006-10-06 18:33:55 +02008 ---help---
9
Liam Girdwood43a23382007-04-17 15:41:52 +020010 If you want ASoC support, you should say Y here and also to the
11 specific driver for your SoC platform below.
12
13 ASoC provides power efficient ALSA support for embedded battery powered
14 SoC based systems like PDA's, Phones and Personal Media Players.
Liam Girdwooda3288172006-10-06 18:33:55 +020015
Liam Girdwood43a23382007-04-17 15:41:52 +020016 This ASoC audio support can also be built as a module. If so, the module
Liam Girdwooda3288172006-10-06 18:33:55 +020017 will be called snd-soc-core.
18
Takashi Iwai89fe5112008-05-23 16:10:37 +020019if SND_SOC
20
21config SND_SOC_AC97_BUS
22 bool
23
Frank Mandarino8dafc0f2006-10-06 18:41:42 +020024# All the supported Soc's
Geoffrey Wossum9aaca962008-06-05 13:49:34 +010025source "sound/soc/at32/Kconfig"
Frank Mandarino8dafc0f2006-10-06 18:41:42 +020026source "sound/soc/at91/Kconfig"
Liam Girdwood734c2d42006-10-12 14:34:32 +020027source "sound/soc/pxa/Kconfig"
Graeme Gregory86e1f0d2007-02-14 13:20:46 +010028source "sound/soc/s3c24xx/Kconfig"
Manuel Laussaef3b062007-05-14 18:40:07 +020029source "sound/soc/sh/Kconfig"
Timur Tabi17467f22008-01-11 18:15:26 +010030source "sound/soc/fsl/Kconfig"
Vladimir Barinov310355c2008-02-18 11:40:22 +010031source "sound/soc/davinci/Kconfig"
Jarkko Nikula2e747962008-04-25 13:55:19 +020032source "sound/soc/omap/Kconfig"
Frank Mandarino8dafc0f2006-10-06 18:41:42 +020033
Richard Purdie7f137ab2006-10-06 18:38:37 +020034# Supported codecs
35source "sound/soc/codecs/Kconfig"
36
Takashi Iwai89fe5112008-05-23 16:10:37 +020037endif # SND_SOC
38