:orphan: .. title:: IPM_MCUX .. option:: CONFIG_IPM_MCUX *MCUX IPM driver* Type: ``bool`` Help ==== Driver for MCUX mailbox Direct dependencies =================== \ :option:`IPM ` && \ :option:`HAS_MCUX ` *(Includes any dependencies from if's and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``drivers/ipm/Kconfig:23`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:35`` → ``drivers/Kconfig:58`` Menu path: (top menu) → Device Drivers → IPM drivers .. parsed-literal:: config IPM_MCUX bool prompt "MCUX IPM driver" if \ :option:`IPM ` && \ :option:`HAS_MCUX ` depends on \ :option:`IPM ` && \ :option:`HAS_MCUX ` help Driver for MCUX mailbox *(Definitions include propagated dependencies, including from if's and menus.)*