Lines Matching refs:config
28 use Getopt::Long qw(:config no_auto_abbrev);
97 --kernel-config-file=<file> Kernel configuration file (e.g /boot/config)
118 'kernel-config-file=s' => \$kernel_config_file,
218 # Gets config option value from kernel config file.
219 # Returns "" on error or if config option not found.
227 # Allow --kernel-config-file to override.
230 } elsif (-R "/proc/config.gz") {
233 if (system("gunzip < /proc/config.gz > $tmp_file")) {
234 dprint("system(gunzip < /proc/config.gz) failed\n");
240 my $file = '/boot/config-' . `uname -r`;
242 @config_files = ($file, '/boot/config');
246 dprint("parsing config file: $file\n");
389 # CONFIG_PGTABLE_LEVELS. If config file parsing fails or config option