kconfig: add menu_get_ext_help function to display more information
authorCheng Renquan <crquan@gmail.com>
Sun, 12 Jul 2009 08:11:44 +0000 (16:11 +0800)
committerSam Ravnborg <sam@ravnborg.org>
Sun, 20 Sep 2009 10:27:41 +0000 (12:27 +0200)
commit6bd5999d1a6166ad357f2ebf5e998ce49a407f62
tree85176ca26a9d896616d73942cbfd09cc25cab880
parent544e433a9e2a8771b8281ac58acb5c794613e705
kconfig: add menu_get_ext_help function to display more information

The three functions are moved from mconf.c, then they can be shared in
all menuconfig & gconfig & xconfig & config.

  +void menu_get_ext_help(struct menu *menu, struct gstr *help)
  +static void get_prompt_str(struct gstr *r, struct property *prop)
  +void get_symbol_str(struct gstr *r, struct symbol *sym)

Signed-off-by: Cheng Renquan <crquan@gmail.com>
Cc: Roman Zippel <zippel@linux-m68k.org>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
scripts/kconfig/lkc_proto.h
scripts/kconfig/menu.c