9882cf11cc
This commit fixes Kconfig.nxp_mailbox depends on is now set to correct value DT_HAS_NXP_MBOX_MAILBOX_ENABLED. Signed-off-by: Tomas Galbicka <tomas.galbicka@nxp.com>
10 lines
225 B
Plaintext
10 lines
225 B
Plaintext
# Copyright 2024 NXP
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config MBOX_NXP_MAILBOX
|
|
bool "NXP Mailbox driver for MBOX"
|
|
default y
|
|
depends on DT_HAS_NXP_MBOX_MAILBOX_ENABLED
|
|
help
|
|
Driver for NXP Mailbox Unit around MBOX.
|