:orphan: .. title:: IPM_NRFX .. option:: CONFIG_IPM_NRFX *IPM NRF driver* Type: ``bool`` Help ==== Driver for Nordic nRF messaging unit, based on nRF IPC peripheral HW. Default ======= - \ :option:`IPM ` Symbols selected by this symbol =============================== - \ :option:`NRFX_IPC ` Kconfig definitions =================== .. highlight:: kconfig At ``boards/arm/nrf5340dk_nrf5340/Kconfig:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``boards/Kconfig:57`` Menu path: (Top) → Board Options .. parsed-literal:: config IPM_NRFX bool default \ :option:`IPM ` ---- At ``drivers/ipm/Kconfig:71`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:58`` Menu path: (Top) → Device Drivers → IPM drivers .. parsed-literal:: config IPM_NRFX bool "IPM NRF driver" select \ :option:`NRFX_IPC ` depends on \ :option:`HAS_HW_NRF_IPC ` && \ :option:`IPM ` help Driver for Nordic nRF messaging unit, based on nRF IPC peripheral HW. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*