Lines Matching full:config_
386 ($configs !~ /CONFIG_/) &&
402 } elsif (($config_file) && ($configs =~ /CONFIG_/)) {
470 if ($configs !~ /CONFIG_/) {
495 if ($configs !~ /CONFIG_/) {
509 if ($configs !~ /CONFIG_/) {
592 …($null, $ifeq_config, $ifeq_config_val ) = $line =~ /^([ ]\s*|)ifeq\b.*\b(CONFIG_[A-Za-z0-9_]*)(…
593 …($null, $ifneq_config, $ifneq_config_val) = $line =~ /^([ ]\s*|)ifneq\b.*\b(CONFIG_[A-Za-z0-9_]*)…
594 …($null, $ifdef_config) = $line =~ /^([ ]\s*|)ifdef\b.*\b(CONFIG_[A-Za-z0-9_]*)…
595 …null, $ifndef_config) = $line =~ /^([ ]\s*|)ifndef\b.*\b(CONFIG_[A-Za-z0-9_]*)/;
602 # Order of tests is important. Prefer "CONFIG_*" regex match over
645 # ----- simple CONFIG_* = *.[co] or xxx [+:?]*= *.[co]
649 ($config) = $line =~ /(CONFIG_[A-Za-z0-9_]+).*\b$base.[co]\b/;
670 ($config) = $line =~ /(CONFIG_[A-Za-z0-9_]+).*\b$make_var\b/;
853 # For each driver, multiple CONFIG_ options may be reported.