kconfig: attach help text to menus
Roman Zippel wrote:
> A simple example would be
> help texts, right now they are per symbol, but they should really be per
> menu, so archs can provide different help texts for something.
This patch does this and at the same time introduce a few API
funtions used to access the help text.
The relevant api functions are introduced in the various frontends.
Signed-off-by:
Sam Ravnborg <sam@ravnborg.org>
Cc: Roman Zippel <zippel@linux-m68k.org>
Showing
- scripts/kconfig/conf.c 15 additions, 16 deletionsscripts/kconfig/conf.c
- scripts/kconfig/expr.h 1 addition, 2 deletionsscripts/kconfig/expr.h
- scripts/kconfig/gconf.c 2 additions, 8 deletionsscripts/kconfig/gconf.c
- scripts/kconfig/kxgettext.c 2 additions, 2 deletionsscripts/kconfig/kxgettext.c
- scripts/kconfig/lkc_proto.h 2 additions, 0 deletionsscripts/kconfig/lkc_proto.h
- scripts/kconfig/mconf.c 2 additions, 2 deletionsscripts/kconfig/mconf.c
- scripts/kconfig/menu.c 12 additions, 0 deletionsscripts/kconfig/menu.c
- scripts/kconfig/qconf.cc 1 addition, 1 deletionscripts/kconfig/qconf.cc
- scripts/kconfig/zconf.tab.c_shipped 6 additions, 6 deletionsscripts/kconfig/zconf.tab.c_shipped
- scripts/kconfig/zconf.y 6 additions, 6 deletionsscripts/kconfig/zconf.y
Loading
Please register or sign in to comment