Loading scripts/kconfig/conf.c +2 −3 Original line number Diff line number Diff line Loading @@ -497,9 +497,8 @@ static int conf_choice(struct menu *menu) printf("%*c", indent, '>'); } else printf("%*c", indent, ' '); printf(" %d. %s", cnt, menu_get_prompt(child)); if (child->sym->name) printf(" (%s)", child->sym->name); printf(" %d. %s (%s)", cnt, menu_get_prompt(child), child->sym->name); if (!sym_has_value(child->sym)) printf(" (NEW)"); printf("\n"); Loading Loading
scripts/kconfig/conf.c +2 −3 Original line number Diff line number Diff line Loading @@ -497,9 +497,8 @@ static int conf_choice(struct menu *menu) printf("%*c", indent, '>'); } else printf("%*c", indent, ' '); printf(" %d. %s", cnt, menu_get_prompt(child)); if (child->sym->name) printf(" (%s)", child->sym->name); printf(" %d. %s (%s)", cnt, menu_get_prompt(child), child->sym->name); if (!sym_has_value(child->sym)) printf(" (NEW)"); printf("\n"); Loading