Home
last modified time | relevance | path

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

/Zephyr-latest/soc/espressif/common/
DKconfig.console8 if !$(dt_chosen_enabled,$(DT_CHOSEN_Z_CONSOLE))
18 endif # !$(dt_chosen_enabled,$(DT_CHOSEN_Z_CONSOLE))
20 if $(dt_chosen_enabled,$(DT_CHOSEN_Z_CONSOLE))
77 endif # $(dt_chosen_enabled,$(DT_CHOSEN_Z_CONSOLE))
/Zephyr-latest/drivers/video/
DKconfig.sw_generator10 depends on !$(dt_chosen_enabled,$(DT_CHOSEN_ZEPHYR_CAMERA))
/Zephyr-latest/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-latest/soc/nxp/imxrt/
DKconfig.defconfig71 default SEGGER_RTT_SECTION_DTCM if $(dt_chosen_enabled,$(DT_CHOSEN_Z_DTCM))
76 default SEGGER_SYSVIEW_SECTION_DTCM if $(dt_chosen_enabled,$(DT_CHOSEN_Z_DTCM))
/Zephyr-latest/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-latest/soc/st/stm32/stm32u5x/
DKconfig25 …default $(dt_path_enabled,/cpus/power-states/state3) && $(dt_chosen_enabled,$(DT_CHOSEN_STDBY_TIME…
/Zephyr-latest/subsys/retention/
DKconfig.blinfo18 depends on $(dt_chosen_enabled,$(DT_CHOSEN_BOOTLOADER_INFO))
/Zephyr-latest/drivers/timer/
DKconfig.stm32_lptim63 default $(dt_chosen_enabled,$(DT_CHOSEN_STDBY_TIMER))
DKconfig.cortex_m_systick82 depends on $(dt_chosen_enabled,$(DT_CHOSEN_IDLE_TIMER))
/Zephyr-latest/soc/st/stm32/
DKconfig19 def_bool $(dt_chosen_enabled,$(DT_CHOSEN_Z_CCM))
/Zephyr-latest/scripts/kconfig/
Dkconfigfunctions.py78 def dt_chosen_enabled(kconf, _, chosen): function
1040 "dt_chosen_enabled": (dt_chosen_enabled, 1, 1),
/Zephyr-latest/doc/build/kconfig/
Dpreprocessor-functions.rst32 $(dt_chosen_enabled,<property in /chosen>)
Dtips.rst616 default y if $(dt_chosen_enabled,"zephyr,bar")
627 default y if $(dt_chosen_enabled,$(DT_CHOSEN_ZEPHYR_BAR))
/Zephyr-latest/drivers/console/
DKconfig104 select RAM_CONSOLE_BUFFER_SECTION if $(dt_chosen_enabled,$(DT_CHOSEN_Z_RAM_CONSOLE))
112 depends on RAM_CONSOLE && $(dt_chosen_enabled,$(DT_CHOSEN_Z_RAM_CONSOLE))
/Zephyr-latest/subsys/random/
DKconfig82 default y if $(dt_chosen_enabled,$(DT_CHOSEN_Z_ENTROPY))
/Zephyr-latest/subsys/debug/
DKconfig446 depends on $(dt_chosen_enabled,DT_CHOSEN_Z_CPU_LOAD_COUNTER)
/Zephyr-latest/subsys/shell/backends/
DKconfig.backends19 default "$(dt_chosen_enabled,$(DT_CHOSEN_Z_SHELL_UART))"