blob: ec821a57f8432c9742c285fb54d549b09f4f5df1 [file] [log] [blame]
Liam Girdwooda3288172006-10-06 18:33:55 +02001#
2# SoC audio configuration
3#
4
5menu "SoC audio support"
6 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
12 tristate "SoC audio support"
13 ---help---
14
15 If you want SoC support, you should say Y here and also to the
16 specific driver for your SoC below. You will also need to select the
17 specific codec(s) attached to the SoC
18
19 This SoC audio support can also be built as a module. If so, the module
20 will be called snd-soc-core.
21
Frank Mandarino8dafc0f2006-10-06 18:41:42 +020022# All the supported Soc's
23menu "SoC Platforms"
24depends on SND_SOC
25source "sound/soc/at91/Kconfig"
Liam Girdwood734c2d42006-10-12 14:34:32 +020026source "sound/soc/pxa/Kconfig"
Frank Mandarino8dafc0f2006-10-06 18:41:42 +020027endmenu
28
Richard Purdie7f137ab2006-10-06 18:38:37 +020029# Supported codecs
30source "sound/soc/codecs/Kconfig"
31
Liam Girdwooda3288172006-10-06 18:33:55 +020032endmenu