zephyr/drivers/mbox/Kconfig.nxp_imx
Yicheng Li 6ead139b4b mbox: Add NXP MU as a MBOX device
Add a MBOX driver wrapper around the NXP MU, simular to
the existing wrapper around the NXP S32 MRU. This allows Zephyr IPC
to work based on the MU, on a number of NXP boards.

Also update the SHA of NXP HAL to enable the Kconfig for this driver.

Signed-off-by: Yicheng Li <yichengli@google.com>
2023-09-14 14:34:05 +02:00

10 lines
222 B
Plaintext

# Copyright 2022 NXP
# SPDX-License-Identifier: Apache-2.0
config MBOX_NXP_IMX_MU
bool "NXP i.MX Message Unit (MU) driver"
default y
depends on DT_HAS_NXP_MBOX_IMX_MU_ENABLED
help
Driver for NXP i.MX Message Unit.