Loading Documentation/kbuild/kconfig-language.txt +1 −1 Original line number Diff line number Diff line Loading @@ -181,7 +181,7 @@ Expressions are listed in decreasing order of precedence. (7) Returns the result of max(/expr/, /expr/). An expression can have a value of 'n', 'm' or 'y' (or 0, 1, 2 respectively for calculations). A menu entry becomes visible when it's respectively for calculations). A menu entry becomes visible when its expression evaluates to 'm' or 'y'. There are two types of symbols: constant and non-constant symbols. Loading scripts/kconfig/lxdialog/inputbox.c +2 −2 Original line number Diff line number Diff line Loading @@ -180,7 +180,7 @@ do_resize: case KEY_LEFT: switch (button) { case -1: button = 1; /* Indicates "Cancel" button is selected */ button = 1; /* Indicates "Help" button is selected */ print_buttons(dialog, height, width, 1); break; case 0: Loading @@ -204,7 +204,7 @@ do_resize: print_buttons(dialog, height, width, 0); break; case 0: button = 1; /* Indicates "Cancel" button is selected */ button = 1; /* Indicates "Help" button is selected */ print_buttons(dialog, height, width, 1); break; case 1: Loading scripts/kconfig/menu.c +1 −1 Original line number Diff line number Diff line Loading @@ -197,7 +197,7 @@ static void sym_check_prop(struct symbol *sym) if ((sym->type == S_STRING || sym->type == S_INT || sym->type == S_HEX) && prop->expr->type != E_SYMBOL) prop_warn(prop, "default for config symbol '%'" "default for config symbol '%s'" " must be a single symbol", sym->name); break; case P_SELECT: Loading Loading
Documentation/kbuild/kconfig-language.txt +1 −1 Original line number Diff line number Diff line Loading @@ -181,7 +181,7 @@ Expressions are listed in decreasing order of precedence. (7) Returns the result of max(/expr/, /expr/). An expression can have a value of 'n', 'm' or 'y' (or 0, 1, 2 respectively for calculations). A menu entry becomes visible when it's respectively for calculations). A menu entry becomes visible when its expression evaluates to 'm' or 'y'. There are two types of symbols: constant and non-constant symbols. Loading
scripts/kconfig/lxdialog/inputbox.c +2 −2 Original line number Diff line number Diff line Loading @@ -180,7 +180,7 @@ do_resize: case KEY_LEFT: switch (button) { case -1: button = 1; /* Indicates "Cancel" button is selected */ button = 1; /* Indicates "Help" button is selected */ print_buttons(dialog, height, width, 1); break; case 0: Loading @@ -204,7 +204,7 @@ do_resize: print_buttons(dialog, height, width, 0); break; case 0: button = 1; /* Indicates "Cancel" button is selected */ button = 1; /* Indicates "Help" button is selected */ print_buttons(dialog, height, width, 1); break; case 1: Loading
scripts/kconfig/menu.c +1 −1 Original line number Diff line number Diff line Loading @@ -197,7 +197,7 @@ static void sym_check_prop(struct symbol *sym) if ((sym->type == S_STRING || sym->type == S_INT || sym->type == S_HEX) && prop->expr->type != E_SYMBOL) prop_warn(prop, "default for config symbol '%'" "default for config symbol '%s'" " must be a single symbol", sym->name); break; case P_SELECT: Loading