drivers: mbox: nrfx_ipc: enable based on DT status

Enable the driver using the standard mechanism used everywhere else in
the tree. It is possible here as it is a singleton, so there's no
dependency on nrfx instantiation magic.

Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
Gerard Marull-Paretas 2024-08-13 14:20:18 +02:00 committed by Fabio Baltieri
commit 8e7919cf65
2 changed files with 2 additions and 4 deletions

View file

@ -102,9 +102,6 @@ config HAS_HW_NRF_I2S0
config HAS_HW_NRF_I2S20
def_bool $(dt_nodelabel_enabled_with_compat,i2s20,$(DT_COMPAT_NORDIC_NRF_I2S))
config HAS_HW_NRF_IPC
def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_IPC))
config HAS_HW_NRF_KMU
def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_KMU))