diff options
author | Liam Girdwood <lg@opensource.wolfsonmicro.com> | 2007-04-17 09:41:52 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2007-05-11 10:56:03 -0400 |
commit | 43a23389003f92cc26a84a680008330e094db38d (patch) | |
tree | 638829e3ad46c0e6c1090272dae3509b232cbc91 /sound/soc/Kconfig | |
parent | e81208fe5881b700cfb25db1ecb769ecbfff40cc (diff) |
[ALSA] ASoC Kconfig description
This patch makes the ASoC Kconfig descriptions a little more meaningful.
Signed-off-by: Liam Girdwood <lg@opensource.wolfsonmicro.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'sound/soc/Kconfig')
-rw-r--r-- | sound/soc/Kconfig | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/sound/soc/Kconfig b/sound/soc/Kconfig index 23a5c3b7e5d5..10cffc087181 100644 --- a/sound/soc/Kconfig +++ b/sound/soc/Kconfig | |||
@@ -2,23 +2,25 @@ | |||
2 | # SoC audio configuration | 2 | # SoC audio configuration |
3 | # | 3 | # |
4 | 4 | ||
5 | menu "SoC audio support" | 5 | menu "System on Chip audio support" |
6 | depends on SND!=n | 6 | depends on SND!=n |
7 | 7 | ||
8 | config SND_SOC_AC97_BUS | 8 | config SND_SOC_AC97_BUS |
9 | bool | 9 | bool |
10 | 10 | ||
11 | config SND_SOC | 11 | config SND_SOC |
12 | tristate "SoC audio support" | 12 | tristate "ALSA for SoC audio support" |
13 | depends on SND | 13 | depends on SND |
14 | select SND_PCM | 14 | select SND_PCM |
15 | ---help--- | 15 | ---help--- |
16 | 16 | ||
17 | If you want SoC support, you should say Y here and also to the | 17 | If you want ASoC support, you should say Y here and also to the |
18 | specific driver for your SoC below. You will also need to select the | 18 | specific driver for your SoC platform below. |
19 | specific codec(s) attached to the SoC | 19 | |
20 | ASoC provides power efficient ALSA support for embedded battery powered | ||
21 | SoC based systems like PDA's, Phones and Personal Media Players. | ||
20 | 22 | ||
21 | This SoC audio support can also be built as a module. If so, the module | 23 | This ASoC audio support can also be built as a module. If so, the module |
22 | will be called snd-soc-core. | 24 | will be called snd-soc-core. |
23 | 25 | ||
24 | # All the supported Soc's | 26 | # All the supported Soc's |