1# Copyright (c) 2024 Nordic Semiconductor ASA
2# SPDX-License-Identifier: Apache-2.0
3
4config MBOX_NRF_VEVIF_EVENT_RX
5	bool "nRF VEVIF event RX driver"
6	depends on DT_HAS_NORDIC_NRF_VEVIF_EVENT_RX_ENABLED
7	default y
8	help
9	  Mailbox driver for receiving events triggered by VPR
10
11config MBOX_NRF_VEVIF_EVENT_TX
12	bool "nRF VEVIF event TX driver"
13	depends on DT_HAS_NORDIC_NRF_VEVIF_EVENT_TX_ENABLED
14	default y
15	help
16	  Mailbox driver for transmitting events from VPR to a remote core
17
18config MBOX_NRF_VEVIF_EVENT_USE_54L_ERRATA_16
19	bool "Apply errata 16 for nRF54L series"
20	default y if SOC_SERIES_NRF54LX
21