Re: ALSA make menuconfig Help description missing

From: Takashi Iwai
Date: Tue May 17 2005 - 08:50:44 EST


At Tue, 17 May 2005 14:35:49 +0200,
Karel Kulhavy wrote:
>
> Hello
>
> v2.6.11 make menuconfig -> Device Drivers -> Sound -> Advanced Linux
> Sound Architecture and
>
> v2.6.11 make menuconfig -> Device Drivers -> Sound -> Advanced Linux
> Sound Architecture -> Advanced Linux Sound Architecture
>
> are missing their help descriptions:
>
> "There is no help available for this kernel option."
>
> Therefore the user is unable to determine how to use this subsystem
> at all.

Something like below fixes the problem?


Takashi


--- linux/sound/Kconfig 22 Mar 2005 10:44:59 -0000 1.9
+++ linux/sound/Kconfig 17 May 2005 13:47:08 -0000
@@ -42,6 +42,8 @@
config SND
tristate "Advanced Linux Sound Architecture"
depends on SOUND
+ help
+ Say 'Y' or 'M' to enable ALSA (Advanced Linux Sound Architecture)

source "sound/core/Kconfig"

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/