Searched refs:existing_config (Results 1 - 1 of 1) sorted by relevance

/linux-master/scripts/dtc/
H A Ddt_to_config66 %existing_config = (); # existing config symbols present in given config file
391 my $existing_config = $existing_config{$configs};
392 if ($existing_config eq "m") {
397 } elsif ($existing_config eq "y") {
467 my $existing_config = $existing_config{$configs};
468 if (!$existing_config) {
471 $existing_config = "x";
474 if ($existing_config) {
[all...]

Completed in 216 milliseconds