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