Searched refs:kconfig_snippet (Results 1 – 1 of 1) sorted by relevance
/Zephyr-Core-3.5.0/scripts/ |
D | zephyr_module.py | 314 def kconfig_snippet(meta, path, kconfig_file=None, blobs=False, sysbuild=False): function 340 return kconfig_snippet(meta, module_path, blobs=taint_blobs) 350 return kconfig_snippet(meta, module_path, Path(kconfig_file), 362 return kconfig_snippet(meta, module_path, sysbuild=True) 375 return kconfig_snippet(meta, module_path, Path(kconfig_file))
|