diff options
Diffstat (limited to 'scripts/kconfig/menu.c')
-rw-r--r-- | scripts/kconfig/menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kconfig/menu.c b/scripts/kconfig/menu.c index 4fb590247f33..64da30c76894 100644 --- a/scripts/kconfig/menu.c +++ b/scripts/kconfig/menu.c | |||
@@ -566,7 +566,7 @@ void menu_get_ext_help(struct menu *menu, struct gstr *help) | |||
566 | 566 | ||
567 | if (menu_has_help(menu)) { | 567 | if (menu_has_help(menu)) { |
568 | if (sym->name) { | 568 | if (sym->name) { |
569 | str_printf(help, "CONFIG_%s:\n\n", sym->name); | 569 | str_printf(help, "%s%s:\n\n", CONFIG_, sym->name); |
570 | str_append(help, _(menu_get_help(menu))); | 570 | str_append(help, _(menu_get_help(menu))); |
571 | str_append(help, "\n"); | 571 | str_append(help, "\n"); |
572 | } | 572 | } |