ive always wondered about this but never got around to asking ;)

is the help text on the top level choice supposed to be usable ?  for example:
choice
    prompt "you [may] have a choice"
    default YES
    help
      This help text is never viewable :(
config YES
    bool "yes"
    help
      This help text is viewable when "yes" is selected.
config NO
    bool "no"
    help
      This help text is viewable when "no" is selected.
endchoice

if you highlight the "you [may] have a choice" and query help, you get
no output ... but if you go into the choice selection and query help
on the options, you can view the help text for those individual ones.
generally i like to put an overview in the choice help and explain
each option in depth in the individual choices.
-mike

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
kbuild-devel mailing list
kbuild-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kbuild-devel

Reply via email to