Searched refs:dt_compat_enabled (Results 1 – 8 of 8) sorted by relevance
/Zephyr-latest/modules/nrf_wifi/bus/ |
D | Kconfig | 22 def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF7002_QSPI)) ||\ 23 $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF7001_QSPI)) ||\ 24 $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF7000_QSPI)) 28 def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF7002_SPI)) ||\ 29 $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF7001_SPI)) ||\ 30 $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF7000_SPI))
|
/Zephyr-latest/soc/nordic/common/ |
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_ARM_CRYPTOCELL_310)) 19 def_bool $(dt_compat_enabled,$(DT_COMPAT_ARM_CRYPTOCELL_312)) 22 def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_CCM)) 31 def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_CLOCK)) 34 def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_COMP)) 37 def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_CTRLAPPERI)) 40 def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_DCNF)) [all …]
|
/Zephyr-latest/drivers/sensor/lm77/ |
D | Kconfig | 10 default $(dt_compat_enabled,lm77)
|
/Zephyr-latest/soc/intel/intel_adsp/ |
D | Kconfig | 39 default $(dt_compat_enabled,$(DT_COMPAT_INTEL_ADSP_HOST_IPC)) if !SOF 40 default $(dt_compat_enabled,$(DT_COMPAT_INTEL_ADSP_IDC)) if !SOF
|
/Zephyr-latest/drivers/misc/coresight/ |
D | Kconfig | 8 depends on $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_TBM))
|
/Zephyr-latest/scripts/kconfig/ |
D | kconfigfunctions.py | 728 def dt_compat_enabled(kconf, _, compat): function 1023 "dt_compat_enabled": (dt_compat_enabled, 1, 1),
|
/Zephyr-latest/doc/build/kconfig/ |
D | preprocessor-functions.rst | 44 $(dt_compat_enabled,<compatible string>)
|
/Zephyr-latest/soc/nordic/nrf53/ |
D | Kconfig | 168 default y if $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_GPIO_FORWARDER))
|