Searched refs:kconfig_file (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/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-latest/scripts/ |
D | zephyr_module.py | 358 def kconfig_snippet(meta, path, kconfig_file=None, blobs=False, taint_blobs=False, sysbuild=False): argument 364 snippet += [f'osource "{kconfig_file.resolve().as_posix()}"' if kconfig_file 391 kconfig_file = os.path.join(module, kconfig_setting or 'zephyr/Kconfig') 392 if os.path.isfile(kconfig_file): 393 return kconfig_snippet(meta, module_path, Path(kconfig_file), 416 kconfig_file = os.path.join(module, kconfig_setting) 417 if os.path.isfile(kconfig_file): 418 return kconfig_snippet(meta, module_path, Path(kconfig_file))
|
/Zephyr-latest/cmake/modules/ |
D | hwm_v2.cmake | 29 set(kconfig_file ${KCONFIG_BINARY_DIR}/${bin_dir}/${file}) variable 30 file(WRITE ${kconfig_file} "${kconfig_header}") 34 file(APPEND ${kconfig_file} "osource \"${dir}/${file}\"\n")
|
/Zephyr-latest/scripts/kconfig/ |
D | kconfig.py | 45 print("Parsing " + args.kconfig_file) 46 kconf = Kconfig(args.kconfig_file, warn_to_stderr=False,
|
/Zephyr-latest/scripts/ci/ |
D | check_compliance.py | 511 kconfig_file = os.path.join(kconfig_dir, 'boards', 'Kconfig') 544 with open(kconfig_file, 'w') as fp: 554 kconfig_file = os.path.join(kconfig_dir, 'soc', 'Kconfig') 568 with open(kconfig_file, 'w') as fp: 572 kconfig_file = os.path.join(kconfig_dir, 'arch', 'Kconfig') 577 with open(kconfig_file, 'w') as fp: 1088 kconfig_file = os.path.join(os.path.dirname(__file__), "Kconfig.board.v2") 1089 super().run(full=False, hwm="v2", filename=kconfig_file)
|