commit | 8ea13e2c87c83b7cb0b360cb8779415967727647 | [log] [tgz] |
---|---|---|
author | Arnaud Lacombe <lacombar@gmail.com> | Mon Aug 16 22:55:31 2010 -0400 |
committer | Arnaud Lacombe <lacombar@gmail.com> | Sun Sep 19 18:19:39 2010 -0400 |
tree | a9027fe04302487191b3469fd07243ffe6c721c9 | |
parent | ef211607ed49c475735898514c60a9797208b699 [diff] |
kconfig: implement the `mainmenu' directive If specified, the directive must be placed at the top of the Kconfig file. We need to change the grammar to make the mainmenu directive set the `rootmenu' prompt. This reflect how menu_add_prompt() works internally, ie. set the prompt of the `current_entry', pointing originally to `rootmenu'. Signed-off-by: Arnaud Lacombe <lacombar@gmail.com> Reviewed-by: Sam Ravnborg <sam@ravnborg.org> Reviewed-by: Michal Marek <mmarek@suse.cz>