From: Cheng Renquan Date: Sun, 12 Jul 2009 08:11:44 +0000 (+0800) Subject: kconfig: add menu_get_ext_help function to display more information X-Git-Tag: v2.6.32-rc1~148^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6bd5999d1a6166ad357f2ebf5e998ce49a407f62;p=pandora-kernel.git 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 Cc: Roman Zippel Signed-off-by: Sam Ravnborg --- Reading git-diff-tree failed