Home
last modified time | relevance | path

Searched refs:dt_nodelabel_enabled_with_compat (Results 1 – 5 of 5) sorted by relevance

/Zephyr-Core-3.5.0/soc/arm/nordic_nrf/
DKconfig.peripherals49 def_bool $(dt_nodelabel_enabled_with_compat,egu0,$(DT_COMPAT_NORDIC_NRF_EGU))
52 def_bool $(dt_nodelabel_enabled_with_compat,egu1,$(DT_COMPAT_NORDIC_NRF_EGU))
55 def_bool $(dt_nodelabel_enabled_with_compat,egu2,$(DT_COMPAT_NORDIC_NRF_EGU))
58 def_bool $(dt_nodelabel_enabled_with_compat,egu3,$(DT_COMPAT_NORDIC_NRF_EGU))
61 def_bool $(dt_nodelabel_enabled_with_compat,egu4,$(DT_COMPAT_NORDIC_NRF_EGU))
64 def_bool $(dt_nodelabel_enabled_with_compat,egu5,$(DT_COMPAT_NORDIC_NRF_EGU))
67 def_bool $(dt_nodelabel_enabled_with_compat,gpio0,$(DT_COMPAT_NORDIC_NRF_GPIO))
70 def_bool $(dt_nodelabel_enabled_with_compat,gpio1,$(DT_COMPAT_NORDIC_NRF_GPIO))
76 def_bool $(dt_nodelabel_enabled_with_compat,i2s0,$(DT_COMPAT_NORDIC_NRF_I2S))
115 def_bool $(dt_nodelabel_enabled_with_compat,pwm0,$(DT_COMPAT_NORDIC_NRF_PWM))
[all …]
/Zephyr-Core-3.5.0/drivers/serial/
DKconfig.rtt19 def_bool $(dt_nodelabel_enabled_with_compat,rtt0,$(DT_COMPAT_SEGGER_RTT_UART))
28 def_bool $(dt_nodelabel_enabled_with_compat,rtt1,$(DT_COMPAT_SEGGER_RTT_UART))
36 def_bool $(dt_nodelabel_enabled_with_compat,rtt2,$(DT_COMPAT_SEGGER_RTT_UART))
44 def_bool $(dt_nodelabel_enabled_with_compat,rtt3,$(DT_COMPAT_SEGGER_RTT_UART))
/Zephyr-Core-3.5.0/scripts/kconfig/
Dkconfigfunctions.py664 def dt_nodelabel_enabled_with_compat(kconf, _, label, compat): function
780 "dt_nodelabel_enabled_with_compat": (dt_nodelabel_enabled_with_compat, 2, 2),
/Zephyr-Core-3.5.0/doc/build/kconfig/
Dpreprocessor-functions.rst41 $(dt_nodelabel_enabled_with_compat,<node label>,<compatible string>)
/Zephyr-Core-3.5.0/doc/releases/
Drelease-notes-3.1.rst40 newly introduced ``dt_nodelabel_enabled_with_compat`` function.