Home
last modified time | relevance | path

Searched refs:dt_chosen_enabled (Results 1 – 9 of 9) sorted by relevance

/Zephyr-Core-3.5.0/subsys/ipc/rpmsg_service/
DKconfig11 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/
DKconfig19 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/
DKconfig.defconfig.series102 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/
Dpreprocessor-functions.rst35 $(dt_chosen_enabled,<property in /chosen>)
55 $(dt_chosen_enabled,<property in /chosen>)
Dtips.rst606 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/
DKconfig.soc10 def_bool $(dt_chosen_enabled,$(DT_CHOSEN_Z_CCM))
/Zephyr-Core-3.5.0/subsys/retention/
DKconfig.blinfo18 depends on $(dt_chosen_enabled,$(DT_CHOSEN_BOOTLOADER_INFO))
/Zephyr-Core-3.5.0/scripts/kconfig/
Dkconfigfunctions.py74 def dt_chosen_enabled(kconf, _, chosen): function
774 "dt_chosen_enabled": (dt_chosen_enabled, 1, 1),
/Zephyr-Core-3.5.0/subsys/shell/backends/
DKconfig.backends21 default "$(dt_chosen_enabled,$(DT_CHOSEN_Z_SHELL_UART))" if HAS_DTS