From: Arnaud Lacombe Date: Tue, 17 Aug 2010 02:55:31 +0000 (-0400) Subject: kconfig: implement the `mainmenu' directive X-Git-Tag: v2.6.37-rc1~51^2~9^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ea13e2c87c83b7cb0b360cb8779415967727647;p=pandora-kernel.git 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 Reviewed-by: Sam Ravnborg Reviewed-by: Michal Marek --- Reading git-diff-tree failed