Re: ALSA make menuconfig Help description missing

From: Alexey Dobriyan
Date: Tue May 17 2005 - 09:14:38 EST


On Tuesday 17 May 2005 17:49, Takashi Iwai wrote:
> At Tue, 17 May 2005 14:35:49 +0200,
> Karel Kulhavy wrote:
> > 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?

> --- linux/sound/Kconfig
> +++ linux/sound/Kconfig
> @@ -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)

The only new info is that one can abbreviate "Advanced Linux Sound
Architecture" as "ALSA". ;-)

"Advanced Linux Sound Architecture" is already printed. What 'Y' and 'M' do is
also already printed at the top.
-
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/