Message ID | 20121010225343.735598738@linuxfoundation.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
--- a/scripts/kconfig/streamline_config.pl +++ b/scripts/kconfig/streamline_config.pl @@ -605,6 +605,8 @@ foreach my $line (@config_file) { if (defined($configs{$1})) { if ($localyesconfig) { $setconfigs{$1} = 'y'; + print "$1=y\n"; + next; } else { $setconfigs{$1} = $2; }