Liam Girdwood | a328817 | 2006-10-06 18:33:55 +0200 | [diff] [blame] | 1 | # |
| 2 | # SoC audio configuration |
| 3 | # |
| 4 | |
Takashi Iwai | 89fe511 | 2008-05-23 16:10:37 +0200 | [diff] [blame] | 5 | menuconfig SND_SOC |
Liam Girdwood | 43a2338 | 2007-04-17 15:41:52 +0200 | [diff] [blame] | 6 | tristate "ALSA for SoC audio support" |
Takashi Iwai | 1fc273b | 2007-03-08 12:53:02 +0100 | [diff] [blame] | 7 | select SND_PCM |
Liam Girdwood | a328817 | 2006-10-06 18:33:55 +0200 | [diff] [blame] | 8 | ---help--- |
| 9 | |
Liam Girdwood | 43a2338 | 2007-04-17 15:41:52 +0200 | [diff] [blame] | 10 | 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 Girdwood | a328817 | 2006-10-06 18:33:55 +0200 | [diff] [blame] | 15 | |
Liam Girdwood | 43a2338 | 2007-04-17 15:41:52 +0200 | [diff] [blame] | 16 | This ASoC audio support can also be built as a module. If so, the module |
Liam Girdwood | a328817 | 2006-10-06 18:33:55 +0200 | [diff] [blame] | 17 | will be called snd-soc-core. |
| 18 | |
Takashi Iwai | 89fe511 | 2008-05-23 16:10:37 +0200 | [diff] [blame] | 19 | if SND_SOC |
| 20 | |
| 21 | config SND_SOC_AC97_BUS |
| 22 | bool |
| 23 | |
Frank Mandarino | 8dafc0f | 2006-10-06 18:41:42 +0200 | [diff] [blame] | 24 | # All the supported Soc's |
Geoffrey Wossum | 9aaca96 | 2008-06-05 13:49:34 +0100 | [diff] [blame^] | 25 | source "sound/soc/at32/Kconfig" |
Frank Mandarino | 8dafc0f | 2006-10-06 18:41:42 +0200 | [diff] [blame] | 26 | source "sound/soc/at91/Kconfig" |
Liam Girdwood | 734c2d4 | 2006-10-12 14:34:32 +0200 | [diff] [blame] | 27 | source "sound/soc/pxa/Kconfig" |
Graeme Gregory | 86e1f0d | 2007-02-14 13:20:46 +0100 | [diff] [blame] | 28 | source "sound/soc/s3c24xx/Kconfig" |
Manuel Lauss | aef3b06 | 2007-05-14 18:40:07 +0200 | [diff] [blame] | 29 | source "sound/soc/sh/Kconfig" |
Timur Tabi | 17467f2 | 2008-01-11 18:15:26 +0100 | [diff] [blame] | 30 | source "sound/soc/fsl/Kconfig" |
Vladimir Barinov | 310355c | 2008-02-18 11:40:22 +0100 | [diff] [blame] | 31 | source "sound/soc/davinci/Kconfig" |
Jarkko Nikula | 2e74796 | 2008-04-25 13:55:19 +0200 | [diff] [blame] | 32 | source "sound/soc/omap/Kconfig" |
Frank Mandarino | 8dafc0f | 2006-10-06 18:41:42 +0200 | [diff] [blame] | 33 | |
Richard Purdie | 7f137ab | 2006-10-06 18:38:37 +0200 | [diff] [blame] | 34 | # Supported codecs |
| 35 | source "sound/soc/codecs/Kconfig" |
| 36 | |
Takashi Iwai | 89fe511 | 2008-05-23 16:10:37 +0200 | [diff] [blame] | 37 | endif # SND_SOC |
| 38 | |