1# Copyright (c) 2024 Nordic Semiconductor ASA
2# SPDX-License-Identifier: Apache-2.0
3
4config MBOX_NRF_VEVIF_TASK_RX
5	bool "nRF VEVIF task RX driver"
6	depends on DT_HAS_NORDIC_NRF_VEVIF_TASK_RX_ENABLED
7	default y
8	help
9	  Mailbox driver for receiving VEVIF tasks on VPR as CLIC interrupts
10
11config MBOX_NRF_VEVIF_TASK_TX
12	bool "nRF VEVIF task TX driver"
13	depends on DT_HAS_NORDIC_NRF_VEVIF_TASK_TX_ENABLED
14	default y
15	help
16	  Mailbox driver for transmitting VEVIF tasks to VPR as CLIC interrupts
17