Lines Matching full:selects
143 my %selects;
236 if (defined($selects{$conf})) {
237 $selects{$conf} .= " " . $config;
239 $selects{$conf} = $config;
506 # Check if something other than a module selects this config
508 dprint "$conf (non module) selects $config, we are good\n";
513 dprint "$conf selects $config so we are good\n";
514 # A set config selects this config, we are good
529 # Some config options have no prompt, and nothing selects them, but
535 print STDERR " current config selects it.\n";
542 # selects this config. Repeat.
576 if (!defined($prompts{$config}) && defined($selects{$config})) {
591 parse_config_selects $config, $selects{$config};
601 # Now we need to see if we have to check selects;