Searched refs:dt_node_parent (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/subsys/secure_storage/ |
D | Kconfig.its_store | 16 && $(dt_node_has_compat,$(dt_node_parent,$(DT_ITS_PARTITION)),fixed-partitions) 31 && $(dt_node_has_compat,$(dt_node_parent,$(DT_SETTINGS_PARTITIION)),fixed-partitions))\ 33 && $(dt_node_has_compat,$(dt_node_parent,$(DT_STORAGE_PARTITION)),fixed-partitions)))
|
/Zephyr-latest/soc/nxp/common/ |
D | Kconfig.flexspi_xip | 8 DT_CHOSEN_FLASH_PARENT := $(dt_node_parent,$(DT_CHOSEN_FLASH_NODE))
|
/Zephyr-latest/scripts/kconfig/ |
D | kconfigfunctions.py | 877 def dt_node_parent(kconf, _, path): function 1063 "dt_node_parent": (dt_node_parent, 1, 1),
|
/Zephyr-latest/doc/build/kconfig/ |
D | preprocessor-functions.rst | 55 $(dt_node_parent,<node path>)
|