Home
last modified time | relevance | path

Searched refs:kconfig_file (Results 1 – 4 of 4) sorted by relevance

/scripts/dts/
A Dgen_driver_kconfig_dts.py82 with open(args.kconfig_out, "w", encoding="utf-8") as kconfig_file:
83 print(HEADER, file=kconfig_file)
89 print(out, file=kconfig_file)
/scripts/
A Dzephyr_module.py372 def kconfig_snippet(meta, path, kconfig_file=None, blobs=False, taint_blobs=False, sysbuild=False): argument
378 snippet += [f'osource "{kconfig_file.resolve().as_posix()}"' if kconfig_file
408 kconfig_file = os.path.join(module, kconfig_setting or 'zephyr/Kconfig')
409 if os.path.isfile(kconfig_file):
410 return snippet + kconfig_snippet(meta, module_path, Path(kconfig_file),
434 kconfig_file = os.path.join(module, kconfig_setting)
435 if os.path.isfile(kconfig_file):
436 return snippet + kconfig_snippet(meta, module_path, Path(kconfig_file))
/scripts/kconfig/
A Dkconfig.py45 print("Parsing " + args.kconfig_file)
46 kconf = Kconfig(args.kconfig_file, warn_to_stderr=False,
/scripts/ci/
A Dcheck_compliance.py586 kconfig_file = os.path.join(kconfig_dir, 'boards', 'Kconfig')
625 with open(kconfig_file, 'w') as fp:
633 kconfig_file = os.path.join(kconfig_dir, 'soc', 'Kconfig')
651 with open(kconfig_file, 'w') as fp:
655 kconfig_file = os.path.join(kconfig_dir, 'arch', 'Kconfig')
660 with open(kconfig_file, 'w') as fp:

Completed in 9 milliseconds