kconfig: attach help text to menus
authorSam Ravnborg <sam@ravnborg.org>
Fri, 20 Jul 2007 22:00:36 +0000 (00:00 +0200)
committerSam Ravnborg <sam@ravnborg.org>
Wed, 25 Jul 2007 19:14:26 +0000 (21:14 +0200)
commit03d29122738f0bd81afd44b1f566e64ebf8d06fe
tree10038c037b7b82577fec387fa6cd8042fc8633e7
parent4a645d5ea65baaa5736bcb566673bf4a351b2ad8
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>
scripts/kconfig/conf.c
scripts/kconfig/expr.h
scripts/kconfig/gconf.c
scripts/kconfig/kxgettext.c
scripts/kconfig/lkc_proto.h
scripts/kconfig/mconf.c
scripts/kconfig/menu.c
scripts/kconfig/qconf.cc
scripts/kconfig/zconf.tab.c_shipped
scripts/kconfig/zconf.y