diff --git a/[refs] b/[refs] index b2f370cd057b..de9a5671d303 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 45f4c81d690a57838822d4d01ad4c03651b76b95 +refs/heads/master: 4eae518d4b01b0cbf2f0d8edb5a6f3d6245ee8fb diff --git a/trunk/scripts/kconfig/streamline_config.pl b/trunk/scripts/kconfig/streamline_config.pl index 39b6314fe634..33689396953a 100644 --- a/trunk/scripts/kconfig/streamline_config.pl +++ b/trunk/scripts/kconfig/streamline_config.pl @@ -601,6 +601,8 @@ sub loop_select { if (defined($configs{$1})) { if ($localyesconfig) { $setconfigs{$1} = 'y'; + print "$1=y\n"; + next; } else { $setconfigs{$1} = $2; }