Home
last modified time | relevance | path

Searched refs:dt_compat_enabled (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/modules/nrf_wifi/bus/
DKconfig22 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/
DKconfig.peripherals7 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/
DKconfig10 default $(dt_compat_enabled,lm77)
/Zephyr-latest/soc/intel/intel_adsp/
DKconfig39 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/
DKconfig8 depends on $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_TBM))
/Zephyr-latest/scripts/kconfig/
Dkconfigfunctions.py728 def dt_compat_enabled(kconf, _, compat): function
1023 "dt_compat_enabled": (dt_compat_enabled, 1, 1),
/Zephyr-latest/doc/build/kconfig/
Dpreprocessor-functions.rst44 $(dt_compat_enabled,<compatible string>)
/Zephyr-latest/soc/nordic/nrf53/
DKconfig168 default y if $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_GPIO_FORWARDER))