47de21d5c0
Separate NRFx Mbox driver Kconfig to make place for other drivers. Signed-off-by: Manuel Arguelles <manuel.arguelles@nxp.com>
11 lines
271 B
Plaintext
11 lines
271 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 HAS_HW_NRF_IPC
|
|
select NRFX_IPC
|
|
help
|
|
Driver for Nordic nRF messaging unit, based
|
|
on nRF IPC peripheral HW.
|