aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/kconfig/conf.c')
-rw-r--r--scripts/kconfig/conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kconfig/conf.c b/scripts/kconfig/conf.c
index bd2a27e1967a..6cdaa0cc572f 100644
--- a/scripts/kconfig/conf.c
+++ b/scripts/kconfig/conf.c
@@ -590,10 +590,10 @@ int main(int ac, char **av)
590 conf_set_all_new_symbols(def_random); 590 conf_set_all_new_symbols(def_random);
591 break; 591 break;
592 case ask_silent: 592 case ask_silent:
593 case ask_new:
593 if (conf_silent_update()) 594 if (conf_silent_update())
594 exit(1); 595 exit(1);
595 break; 596 break;
596 case ask_new:
597 case ask_all: 597 case ask_all:
598 case set_default: 598 case set_default:
599 if (conf_update()) 599 if (conf_update())