blob: 97b255233175769191aa6a2348e9fc20a58ef280 [file] [log] [blame]
Liam Girdwooda3288172006-10-06 18:33:55 +02001#
2# SoC audio configuration
3#
4
Liam Girdwood43a23382007-04-17 15:41:52 +02005menu "System on Chip audio support"
Liam Girdwooda3288172006-10-06 18:33:55 +02006 depends on SND!=n
7
Richard Purdie7f137ab2006-10-06 18:38:37 +02008config SND_SOC_AC97_BUS
9 bool
10
Liam Girdwooda3288172006-10-06 18:33:55 +020011config SND_SOC
Liam Girdwood43a23382007-04-17 15:41:52 +020012 tristate "ALSA for SoC audio support"
Takashi Iwai1fc273b2007-03-08 12:53:02 +010013 depends on SND
14 select SND_PCM
Liam Girdwooda3288172006-10-06 18:33:55 +020015 ---help---
16
Liam Girdwood43a23382007-04-17 15:41:52 +020017 If you want ASoC support, you should say Y here and also to the
18 specific driver for your SoC platform below.
19
20 ASoC provides power efficient ALSA support for embedded battery powered
21 SoC based systems like PDA's, Phones and Personal Media Players.
Liam Girdwooda3288172006-10-06 18:33:55 +020022
Liam Girdwood43a23382007-04-17 15:41:52 +020023 This ASoC audio support can also be built as a module. If so, the module
Liam Girdwooda3288172006-10-06 18:33:55 +020024 will be called snd-soc-core.
25
Frank Mandarino8dafc0f2006-10-06 18:41:42 +020026# All the supported Soc's
Frank Mandarino8dafc0f2006-10-06 18:41:42 +020027source "sound/soc/at91/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"
Frank Mandarino8dafc0f2006-10-06 18:41:42 +020031
Richard Purdie7f137ab2006-10-06 18:38:37 +020032# Supported codecs
33source "sound/soc/codecs/Kconfig"
34
Liam Girdwooda3288172006-10-06 18:33:55 +020035endmenu