Searched refs:dt_compat_enabled (Results 1 – 9 of 9) sorted by relevance
/Zephyr-Core-3.4.0/soc/arm/nordic_nrf/ |
D | Kconfig.peripherals | 7 def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_ACL)) 10 def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_ADC)) 13 def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_BPROT)) 16 def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_CC310)) 19 def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_CC312)) 22 def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_CCM)) 28 def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_CLOCK)) 31 def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_COMP)) 34 def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_CTRLAPPERI)) 37 def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_DCNF)) [all …]
|
/Zephyr-Core-3.4.0/doc/build/kconfig/ |
D | preprocessor-functions.rst | 32 $(dt_compat_enabled,<compatible string>) 50 $(dt_compat_enabled,<compatible string>)
|
/Zephyr-Core-3.4.0/soc/xtensa/intel_adsp/ |
D | Kconfig | 26 default $(dt_compat_enabled,$(DT_COMPAT_INTEL_ADSP_HOST_IPC)) if !SOF 27 default $(dt_compat_enabled,$(DT_COMPAT_INTEL_ADSP_IDC)) if !SOF
|
/Zephyr-Core-3.4.0/drivers/sensor/lm77/ |
D | Kconfig | 10 default $(dt_compat_enabled,lm77)
|
/Zephyr-Core-3.4.0/boards/arm/nrf5340_audio_dk_nrf5340/ |
D | Kconfig | 26 $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_GPIO_FORWARDER))
|
/Zephyr-Core-3.4.0/boards/arm/nrf5340dk_nrf5340/ |
D | Kconfig | 26 $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_GPIO_FORWARDER))
|
/Zephyr-Core-3.4.0/boards/arm/bl5340_dvk/ |
D | Kconfig | 27 $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_GPIO_FORWARDER))
|
/Zephyr-Core-3.4.0/boards/arm/thingy53_nrf5340/ |
D | Kconfig | 39 $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_GPIO_FORWARDER))
|
/Zephyr-Core-3.4.0/scripts/kconfig/ |
D | kconfigfunctions.py | 579 def dt_compat_enabled(kconf, _, compat): function 749 "dt_compat_enabled": (dt_compat_enabled, 1, 1),
|