diff options
-rw-r--r-- | scripts/kconfig/streamline_config.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/kconfig/streamline_config.pl b/scripts/kconfig/streamline_config.pl index 39b6314fe634..33689396953a 100644 --- a/scripts/kconfig/streamline_config.pl +++ b/scripts/kconfig/streamline_config.pl | |||
@@ -601,6 +601,8 @@ foreach my $line (@config_file) { | |||
601 | if (defined($configs{$1})) { | 601 | if (defined($configs{$1})) { |
602 | if ($localyesconfig) { | 602 | if ($localyesconfig) { |
603 | $setconfigs{$1} = 'y'; | 603 | $setconfigs{$1} = 'y'; |
604 | print "$1=y\n"; | ||
605 | next; | ||
604 | } else { | 606 | } else { |
605 | $setconfigs{$1} = $2; | 607 | $setconfigs{$1} = $2; |
606 | } | 608 | } |