summaryrefslogtreecommitdiffstats
path: root/support/kconfig/menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'support/kconfig/menu.c')
-rw-r--r--support/kconfig/menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/kconfig/menu.c b/support/kconfig/menu.c
index 06a93646d..f3bffa309 100644
--- a/support/kconfig/menu.c
+++ b/support/kconfig/menu.c
@@ -635,7 +635,7 @@ void menu_get_ext_help(struct menu *menu, struct gstr *help)
if (menu_has_help(menu)) {
if (sym->name)
- str_printf(help, "%s:\n\n", sym->name);
+ str_printf(help, "%s%s:\n\n", CONFIG_, sym->name);
help_text = menu_get_help(menu);
}
str_printf(help, "%s\n", _(help_text));