diff options
Diffstat (limited to 'scripts/kconfig/menu.c')
-rw-r--r-- | scripts/kconfig/menu.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/kconfig/menu.c b/scripts/kconfig/menu.c index 931d782a2392..b74f74687005 100644 --- a/scripts/kconfig/menu.c +++ b/scripts/kconfig/menu.c | |||
@@ -528,5 +528,6 @@ void menu_get_ext_help(struct menu *menu, struct gstr *help) | |||
528 | } else { | 528 | } else { |
529 | str_append(help, nohelp_text); | 529 | str_append(help, nohelp_text); |
530 | } | 530 | } |
531 | get_symbol_str(help, sym); | 531 | if (sym) |
532 | get_symbol_str(help, sym); | ||
532 | } | 533 | } |