:orphan: .. title:: CONFIG_IPM .. kconfig:: CONFIG_IPM CONFIG_IPM ########## *IPM drivers* Type: ``bool`` Help ==== .. code-block:: none Include interrupt-based inter-processor mailboxes drivers in system configuration Defaults ======== - y - y - y - y - y - y - y - y Symbols that select this symbol =============================== - \ :kconfig:`RPMSG_SERVICE ` - \ :kconfig:`RPMSG_MULTI_INSTANCE ` Kconfig definitions =================== At ``/xtensa/intel_adsp/cavs_v15/Kconfig.defconfig.series:71`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/xtensa/intel_adsp/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config IPM bool default y depends on SMP && SOC_SERIES_INTEL_CAVS_V15 ---- At ``/xtensa/intel_adsp/cavs_v18/Kconfig.defconfig.series:75`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/xtensa/intel_adsp/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config IPM bool default y depends on SMP && SOC_SERIES_INTEL_CAVS_V18 ---- At ``/xtensa/intel_adsp/cavs_v20/Kconfig.defconfig.series:75`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/xtensa/intel_adsp/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config IPM bool default y depends on SMP && SOC_SERIES_INTEL_CAVS_V20 ---- At ``/xtensa/intel_s1000/Kconfig.defconfig:45`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` Menu path: (Top) .. code-block:: kconfig config IPM bool default y depends on SMP && SOC_INTEL_S1000 ---- At ``/xtensa/intel_adsp/cavs_v15/Kconfig.defconfig.series:71`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/xtensa/intel_adsp/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config IPM bool default y depends on SMP && SOC_SERIES_INTEL_CAVS_V15 ---- At ``/xtensa/intel_adsp/cavs_v18/Kconfig.defconfig.series:75`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/xtensa/intel_adsp/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config IPM bool default y depends on SMP && SOC_SERIES_INTEL_CAVS_V18 ---- At ``/xtensa/intel_adsp/cavs_v20/Kconfig.defconfig.series:75`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/xtensa/intel_adsp/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config IPM bool default y depends on SMP && SOC_SERIES_INTEL_CAVS_V20 ---- At ``/xtensa/intel_s1000/Kconfig.defconfig:45`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` Menu path: (Top) .. code-block:: kconfig config IPM bool default y depends on SMP && SOC_INTEL_S1000 ---- At ``/ipm/Kconfig:3`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:60`` Menu path: (Top) → Device Drivers .. code-block:: kconfig menuconfig IPM bool "IPM drivers" help Include interrupt-based inter-processor mailboxes drivers in system configuration *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*