Lines Matching refs:configs
86 "file" => "/lib/modules/$uname/kernel/kernel/configs.ko",
91 "file" => "kernel/configs.ko",
96 "file" => "kernel/configs.o",
201 # configs found
231 # Get the configs that select this config
240 # configs without prompts must be selected
295 # Read all Makefiles to map the configs to the objects
316 # Convert variables in a line (could define configs)
333 # Store configs in an array.
343 # of an array of configs.
394 # add to the configs hash all configs that are needed to enable
397 my %configs;
402 $configs{$conf} = $module;
421 # ignore configs that we would not enable anyway.
441 # not enable configs that are not already enabled. If we come across a
462 if (!defined($configs{$conf})) {
467 $configs{$conf} = 1;
477 # selected. We use to just select all configs that selected this
479 # of configs that we do not care about.
481 # The idea is we look at all the configs that select it. If one
482 # is already in our list of configs to enable, then there's nothing
510 if (defined($configs{$conf})) {
535 $configs{$next_config} = 1;
541 # loop through all configs, select their dependencies.
549 foreach my $config (keys %configs) {
586 # Get the first set of configs and their dependencies.
671 if (defined($configs{$1})) {
688 # indeed have their configs set.
698 print STDERR "module $module did not have configs";