I've verified multiple times that if we have a situation like this
bool A
depends on TRUE
help
Bla bla1
and
bool A
depends on FALSE
help
Bla bla2
even if the first option is the displayed one, the help text used is the one
for the second option (the absence of "prompt" is not relevant here
CC: Roman Zippel <[EMAIL PROTECTED]>,
Replace a menu_add_prop mimicking menu_add_prompt with the latter.
Signed-off-by: Paolo 'Blaisorblade' Giarrusso <[EMAIL PROTECTED]>
---
linux-2.6.11-paolo/scripts/kconfig/zconf.y |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -puN script
Hi,
On Tue, 22 Mar 2005 [EMAIL PROTECTED] wrote:
> Replace a menu_add_prop mimicking menu_add_prompt with the latter.
>
> Signed-off-by: Paolo 'Blaisorblade' Giarrusso <[EMAIL PROTECTED]>
> ---
>
> linux-2.6.11-paolo/scripts/kconfig/zconf.y |2 +-
> 1 files changed, 1 insertion(+), 1 delet
Hi,
On Tue, 22 Mar 2005, Blaisorblade wrote:
> I've verified multiple times that if we have a situation like this
>
> bool A
> depends on TRUE
> help
> Bla bla1
>
> and
>
> bool A
> depends on FALSE
> help
> Bla bla2
>
> even if the first option is the displayed one, the help text used is