:orphan: .. title:: IPM_MCUX .. option:: CONFIG_IPM_MCUX *MCUX IPM driver* Type: ``bool`` Help ==== Driver for MCUX mailbox Direct dependencies =================== \ :option:`HAS_MCUX ` && \ :option:`IPM ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``drivers/ipm/Kconfig:11`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:58`` Menu path: (Top) → Device Drivers → IPM drivers .. parsed-literal:: config IPM_MCUX bool "MCUX IPM driver" depends on \ :option:`HAS_MCUX ` && \ :option:`IPM ` help Driver for MCUX mailbox *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*