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:
parent
d60df3d0d5
commit
9882cf11cc
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue