From: Stephen Boyd Date: Fri, 10 Sep 2010 08:32:50 +0000 (-0700) Subject: nconfig: Fix help for choice menus X-Git-Tag: v2.6.37-rc1~51^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aee08ed499d65f78373b716fcacefcde1ceb7ade;p=pandora-kernel.git nconfig: Fix help for choice menus When getting the help for a choice menu with a help section (for example the "Choose SLAB allocator" menu) nconfig pops up a window with nothing inside it. This is due to show_help() passing an empty string to show_scroll_win()'s 3rd argument. The option really does have help though, but it isn't a config symbol, so just add the help text for the option, and don't try to add anything else like the config option name. Signed-off-by: Stephen Boyd Acked-by: Nir Tzachar Signed-off-by: Michal Marek --- Reading git-diff-tree failed