localmodconfig: Add missing $ to reference a variable
[cascardo/linux.git] / scripts / kconfig / streamline_config.pl
index b2f904a..01b53ec 100755 (executable)
@@ -454,7 +454,7 @@ sub parse_config_depends
            $p =~ s/^[^$valid]*[$valid]+//;
 
            # We only need to process if the depend config is a module
-           if (!defined($orig_configs{$conf}) || !$orig_configs{conf} eq "m") {
+           if (!defined($orig_configs{$conf}) || $orig_configs{$conf} eq "y") {
                next;
            }