6ead139b4b
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>
10 lines
222 B
Plaintext
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.
|