Searched refs:dt_chosen_enabled (Results 1 – 9 of 9) sorted by relevance
/Zephyr-Core-3.5.0/subsys/ipc/rpmsg_service/ |
D | Kconfig | 11 default $(dt_chosen_enabled,$(DT_CHOSEN_Z_IPC)) 18 default $(dt_chosen_enabled,$(DT_CHOSEN_Z_IPC_TX)) && \ 19 $(dt_chosen_enabled,$(DT_CHOSEN_Z_IPC_RX))
|
/Zephyr-Core-3.5.0/subsys/mgmt/ec_host_cmd/backends/ |
D | Kconfig | 19 default $(dt_chosen_enabled,$(DT_CHOSEN_ESPI_BACKEND)) 28 default $(dt_chosen_enabled,$(DT_CHOSEN_SHI_BACKEND)) 35 default $(dt_chosen_enabled,$(DT_CHOSEN_UART_BACKEND))
|
/Zephyr-Core-3.5.0/soc/arm/nxp_imx/rt/ |
D | Kconfig.defconfig.series | 102 default SEGGER_RTT_SECTION_DTCM if $(dt_chosen_enabled,$(DT_CHOSEN_Z_DTCM)) 107 default SEGGER_SYSVIEW_SECTION_DTCM if $(dt_chosen_enabled,$(DT_CHOSEN_Z_DTCM))
|
/Zephyr-Core-3.5.0/doc/build/kconfig/ |
D | preprocessor-functions.rst | 35 $(dt_chosen_enabled,<property in /chosen>) 55 $(dt_chosen_enabled,<property in /chosen>)
|
D | tips.rst | 606 default y if $(dt_chosen_enabled,"zephyr,bar") 617 default y if $(dt_chosen_enabled,$(DT_CHOSEN_ZEPHYR_BAR))
|
/Zephyr-Core-3.5.0/soc/arm/st_stm32/common/ |
D | Kconfig.soc | 10 def_bool $(dt_chosen_enabled,$(DT_CHOSEN_Z_CCM))
|
/Zephyr-Core-3.5.0/subsys/retention/ |
D | Kconfig.blinfo | 18 depends on $(dt_chosen_enabled,$(DT_CHOSEN_BOOTLOADER_INFO))
|
/Zephyr-Core-3.5.0/scripts/kconfig/ |
D | kconfigfunctions.py | 74 def dt_chosen_enabled(kconf, _, chosen): function 774 "dt_chosen_enabled": (dt_chosen_enabled, 1, 1),
|
/Zephyr-Core-3.5.0/subsys/shell/backends/ |
D | Kconfig.backends | 21 default "$(dt_chosen_enabled,$(DT_CHOSEN_Z_SHELL_UART))" if HAS_DTS
|