Liam Girdwood | a328817 | 2006-10-06 18:33:55 +0200 | [diff] [blame] | 1 | # |
| 2 | # SoC audio configuration |
| 3 | # |
| 4 | |
| 5 | menu "SoC audio support" |
| 6 | depends on SND!=n |
| 7 | |
Richard Purdie | 7f137ab | 2006-10-06 18:38:37 +0200 | [diff] [blame] | 8 | config SND_SOC_AC97_BUS |
| 9 | bool |
| 10 | |
Liam Girdwood | a328817 | 2006-10-06 18:33:55 +0200 | [diff] [blame] | 11 | config 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 Mandarino | 8dafc0f | 2006-10-06 18:41:42 +0200 | [diff] [blame] | 22 | # All the supported Soc's |
| 23 | menu "SoC Platforms" |
| 24 | depends on SND_SOC |
| 25 | source "sound/soc/at91/Kconfig" |
Liam Girdwood | 734c2d4 | 2006-10-12 14:34:32 +0200 | [diff] [blame^] | 26 | source "sound/soc/pxa/Kconfig" |
Frank Mandarino | 8dafc0f | 2006-10-06 18:41:42 +0200 | [diff] [blame] | 27 | endmenu |
| 28 | |
Richard Purdie | 7f137ab | 2006-10-06 18:38:37 +0200 | [diff] [blame] | 29 | # Supported codecs |
| 30 | source "sound/soc/codecs/Kconfig" |
| 31 | |
Liam Girdwood | a328817 | 2006-10-06 18:33:55 +0200 | [diff] [blame] | 32 | endmenu |