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 |
Mark Brown | db84537 | 2008-09-15 15:57:36 +0100 | [diff] [blame] | 8 | select AC97_BUS if SND_SOC_AC97_BUS |
Mark Brown | 8a2cd61 | 2009-01-07 17:31:10 +0000 | [diff] [blame] | 9 | select SND_JACK if INPUT=y || INPUT=SND |
Liam Girdwood | a328817 | 2006-10-06 18:33:55 +0200 | [diff] [blame] | 10 | ---help--- |
| 11 | |
Liam Girdwood | 43a2338 | 2007-04-17 15:41:52 +0200 | [diff] [blame] | 12 | If you want ASoC support, you should say Y here and also to the |
| 13 | specific driver for your SoC platform below. |
| 14 | |
| 15 | ASoC provides power efficient ALSA support for embedded battery powered |
| 16 | SoC based systems like PDA's, Phones and Personal Media Players. |
Liam Girdwood | a328817 | 2006-10-06 18:33:55 +0200 | [diff] [blame] | 17 | |
Liam Girdwood | 43a2338 | 2007-04-17 15:41:52 +0200 | [diff] [blame] | 18 | 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] | 19 | will be called snd-soc-core. |
| 20 | |
Takashi Iwai | 89fe511 | 2008-05-23 16:10:37 +0200 | [diff] [blame] | 21 | if SND_SOC |
| 22 | |
| 23 | config SND_SOC_AC97_BUS |
| 24 | bool |
| 25 | |
Mark Brown | 0b34a3d | 2008-12-16 14:44:48 +0000 | [diff] [blame] | 26 | # All the supported SoCs |
Sedji Gaouaou | 6c74250 | 2008-10-03 16:57:50 +0200 | [diff] [blame] | 27 | source "sound/soc/atmel/Kconfig" |
Manuel Lauss | 4a161d2 | 2008-07-09 16:27:56 +0200 | [diff] [blame] | 28 | source "sound/soc/au1x/Kconfig" |
Mark Brown | 0b34a3d | 2008-12-16 14:44:48 +0000 | [diff] [blame] | 29 | source "sound/soc/blackfin/Kconfig" |
| 30 | source "sound/soc/davinci/Kconfig" |
| 31 | source "sound/soc/fsl/Kconfig" |
| 32 | source "sound/soc/omap/Kconfig" |
Liam Girdwood | 734c2d4 | 2006-10-12 14:34:32 +0200 | [diff] [blame] | 33 | source "sound/soc/pxa/Kconfig" |
Graeme Gregory | 86e1f0d | 2007-02-14 13:20:46 +0100 | [diff] [blame] | 34 | source "sound/soc/s3c24xx/Kconfig" |
Daniel Glöckner | 4b166da | 2009-03-28 19:47:01 +0100 | [diff] [blame] | 35 | source "sound/soc/s6000/Kconfig" |
Manuel Lauss | aef3b06 | 2007-05-14 18:40:07 +0200 | [diff] [blame] | 36 | source "sound/soc/sh/Kconfig" |
Atsushi Nemoto | e24805d | 2009-05-19 22:12:15 +0900 | [diff] [blame] | 37 | source "sound/soc/txx9/Kconfig" |
Frank Mandarino | 8dafc0f | 2006-10-06 18:41:42 +0200 | [diff] [blame] | 38 | |
Richard Purdie | 7f137ab | 2006-10-06 18:38:37 +0200 | [diff] [blame] | 39 | # Supported codecs |
| 40 | source "sound/soc/codecs/Kconfig" |
| 41 | |
Takashi Iwai | 89fe511 | 2008-05-23 16:10:37 +0200 | [diff] [blame] | 42 | endif # SND_SOC |
| 43 | |