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