1# Copyright 2024 NXP 2# SPDX-License-Identifier: Apache-2.0 3 4config MBOX_NXP_MAILBOX 5 bool "NXP Mailbox driver for MBOX" 6 default y 7 depends on DT_HAS_NXP_MBOX_MAILBOX_ENABLED 8 help 9 Driver for NXP Mailbox Unit around MBOX. 10