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:
parent
363133e62c
commit
8e7919cf65
2 changed files with 2 additions and 4 deletions
|
@ -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))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue