zephyr/drivers/mbox/Kconfig.nrfx
Gerard Marull-Paretas 8e7919cf65 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>
2024-08-16 11:20:08 +01:00

12 lines
302 B
Plaintext

# Copyright (c) 2021 Carlo Caione <ccaione@baylibre.com>
# SPDX-License-Identifier: Apache-2.0
config MBOX_NRFX_IPC
bool "MBOX NRF IPC driver"
depends on DT_HAS_NORDIC_MBOX_NRF_IPC_ENABLED
default y
select NRFX_IPC
help
Driver for Nordic nRF messaging unit, based
on nRF IPC peripheral HW.