Lines Matching refs:file
54 "one or more kernel config file options is not set",
55 "one or more kernel config file options is set to 'm'",
56 "one or more kernel config file options is set to 'y'",
57 "one of more kernel config file options fails to have correct value"
63 %driver_config = (); # driver config array, indexed by driver source file
66 %existing_config = (); # existing config symbols present in given config file
172 --config-format config file friendly output format
187 tree file and the kernel config options that enable the driver source
198 be appended to the existing kernel config file. Each entry consists of
200 value, driver file matching the compatible, configuration options, and
203 is required for the driver file to be included in the kernel.
227 for a driver, look at the makefile for the driver source file.
264 2 unable to open or read kernel config file
265 3 unable to open or process input device tree file(s)
277 Full report, with config file issues noted.
286 A driver may have config file issues noted. The compatible string
297 may be matched by multiple drivers. A driver may have config file
861 my $file = shift;
868 if (! -r $file) {
869 print STDERR "file '$file' is not readable or does not exist\n";
873 if (!open(DT_FILE, "-|", "$dtx_diff $file")) {
876 print STDERR " $dtx_diff $file\n";
946 print STDERR "file '$config_file' is not readable or does not exist\n";
1210 for $file (@ARGV) {
1211 &read_dts($file);