:orphan: .. title:: CONFIG_IPM_NRFX .. kconfig:: CONFIG_IPM_NRFX CONFIG_IPM_NRFX ############### *IPM NRF driver* Type: ``bool`` Help ==== .. code-block:: none Driver for Nordic nRF messaging unit, based on nRF IPC peripheral HW. Defaults ======== - \ :kconfig:`IPM ` - \ :kconfig:`IPM ` - \ :kconfig:`IPM ` Symbols selected by this symbol =============================== - \ :kconfig:`NRFX_IPC ` Kconfig definitions =================== At ``/arm/bl5340_dvk/Kconfig:7`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:37`` → ``/Kconfig:75`` Menu path: (Top) → Board Options .. code-block:: kconfig config IPM_NRFX bool default IPM ---- At ``/arm/nrf5340dk_nrf5340/Kconfig:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:37`` → ``/Kconfig:75`` Menu path: (Top) → Board Options .. code-block:: kconfig config IPM_NRFX bool default IPM ---- At ``/arm/thingy53_nrf5340/Kconfig:19`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:37`` → ``/Kconfig:75`` Menu path: (Top) → Board Options .. code-block:: kconfig config IPM_NRFX bool default IPM ---- At ``/ipm/Kconfig:71`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:60`` Menu path: (Top) → Device Drivers → IPM drivers .. code-block:: kconfig config IPM_NRFX bool "IPM NRF driver" select NRFX_IPC depends on HAS_HW_NRF_IPC && 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.)*