drivers: mbox: Fix nxp,mbox kconfig depends on

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>
This commit is contained in:
Tomas Galbicka 2024-03-14 09:36:01 +01:00 committed by Maureen Helm
parent d60df3d0d5
commit 9882cf11cc

View file

@ -4,6 +4,6 @@
config MBOX_NXP_MAILBOX config MBOX_NXP_MAILBOX
bool "NXP Mailbox driver for MBOX" bool "NXP Mailbox driver for MBOX"
default y default y
depends on DT_HAS_NXP_LPC_MAILBOX_ENABLED depends on DT_HAS_NXP_MBOX_MAILBOX_ENABLED
help help
Driver for NXP Mailbox Unit around MBOX. Driver for NXP Mailbox Unit around MBOX.