Loading scripts/kconfig/mconf.c +2 −4 Original line number Diff line number Diff line Loading @@ -541,10 +541,8 @@ static void build_conf(struct menu *menu) item_add_str("%*c%s", indent + 1, ' ', menu_get_prompt(menu)); if (val == yes) { if (def_menu) { item_add_str(" (%s)", menu_get_prompt(def_menu)); item_add_str(" --->"); } if (def_menu) item_add_str(" (%s) --->", menu_get_prompt(def_menu)); return; } } else { Loading scripts/kconfig/nconf.c +2 −5 Original line number Diff line number Diff line Loading @@ -845,11 +845,8 @@ static void build_conf(struct menu *menu) item_add_str("%*c%s", indent + 1, ' ', menu_get_prompt(menu)); if (val == yes) { if (def_menu) { item_add_str(" (%s)", menu_get_prompt(def_menu)); item_add_str(" --->"); } if (def_menu) item_add_str(" (%s) --->", menu_get_prompt(def_menu)); return; } } else { Loading Loading
scripts/kconfig/mconf.c +2 −4 Original line number Diff line number Diff line Loading @@ -541,10 +541,8 @@ static void build_conf(struct menu *menu) item_add_str("%*c%s", indent + 1, ' ', menu_get_prompt(menu)); if (val == yes) { if (def_menu) { item_add_str(" (%s)", menu_get_prompt(def_menu)); item_add_str(" --->"); } if (def_menu) item_add_str(" (%s) --->", menu_get_prompt(def_menu)); return; } } else { Loading
scripts/kconfig/nconf.c +2 −5 Original line number Diff line number Diff line Loading @@ -845,11 +845,8 @@ static void build_conf(struct menu *menu) item_add_str("%*c%s", indent + 1, ' ', menu_get_prompt(menu)); if (val == yes) { if (def_menu) { item_add_str(" (%s)", menu_get_prompt(def_menu)); item_add_str(" --->"); } if (def_menu) item_add_str(" (%s) --->", menu_get_prompt(def_menu)); return; } } else { Loading