blob: dccaa4be679edb2321b832ecf6645d7c4aa2503f [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"
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
17 If you want SoC support, you should say Y here and also to the
18 specific driver for your SoC below. You will also need to select the
19 specific codec(s) attached to the SoC
20
21 This SoC audio support can also be built as a module. If so, the module
22 will be called snd-soc-core.
23
Frank Mandarino8dafc0f2006-10-06 18:41:42 +020024# All the supported Soc's
25menu "SoC Platforms"
26depends on SND_SOC
27source "sound/soc/at91/Kconfig"
Liam Girdwood734c2d42006-10-12 14:34:32 +020028source "sound/soc/pxa/Kconfig"
Frank Mandarino8dafc0f2006-10-06 18:41:42 +020029endmenu
30
Richard Purdie7f137ab2006-10-06 18:38:37 +020031# Supported codecs
32source "sound/soc/codecs/Kconfig"
33
Liam Girdwooda3288172006-10-06 18:33:55 +020034endmenu