aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 e65e25c82..9befa2b54 100644
--- a/scripts/kconfig/conf.c
+++ b/scripts/kconfig/conf.c
@@ -503,7 +503,7 @@ int main(int ac, char **av)
503 break; 503 break;
504 case 's': 504 case 's':
505 input_mode = ask_silent; 505 input_mode = ask_silent;
506 valid_stdin = isatty(0) && isatty(1) && isatty(2); 506 valid_stdin = isatty(0); //bbox: && isatty(1) && isatty(2);
507 break; 507 break;
508 case 'd': 508 case 'd':
509 input_mode = set_default; 509 input_mode = set_default;