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)
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>

No differences found