Searched refs:kconfig_file (Results 1 – 3 of 3) sorted by relevance
/Zephyr-Core-3.5.0/scripts/dts/ |
D | gen_driver_kconfig_dts.py | 49 print(s, file=kconfig_file) 66 global kconfig_file 91 with open(args.kconfig_out, "w", encoding="utf-8") as kconfig_file:
|
/Zephyr-Core-3.5.0/scripts/ |
D | zephyr_module.py | 314 def kconfig_snippet(meta, path, kconfig_file=None, blobs=False, sysbuild=False): argument 319 f'osource "{kconfig_file.resolve().as_posix()}"' if kconfig_file 348 kconfig_file = os.path.join(module, kconfig_setting or 'zephyr/Kconfig') 349 if os.path.isfile(kconfig_file): 350 return kconfig_snippet(meta, module_path, Path(kconfig_file), 373 kconfig_file = os.path.join(module, kconfig_setting) 374 if os.path.isfile(kconfig_file): 375 return kconfig_snippet(meta, module_path, Path(kconfig_file))
|
/Zephyr-Core-3.5.0/scripts/kconfig/ |
D | kconfig.py | 36 print("Parsing " + args.kconfig_file) 37 kconf = Kconfig(args.kconfig_file, warn_to_stderr=False,
|