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