localmodconfig: Fix localyesconfig to set to 'y' not 'm'
[pandora-kernel.git] / scripts / kconfig / streamline_config.pl
index bccf07d..3346f42 100644 (file)
@@ -463,6 +463,8 @@ while(<CIN>) {
        if (defined($configs{$1})) {
            if ($localyesconfig) {
                $setconfigs{$1} = 'y';
+               print "$1=y\n";
+               next;
            } else {
                $setconfigs{$1} = $2;
            }