Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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...]
/kernel/linux/linux-6.6/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 2 milliseconds