:orphan: .. title:: CONFIG_IPM_STM32_HSEM_CPU .. kconfig:: CONFIG_IPM_STM32_HSEM_CPU CONFIG_IPM_STM32_HSEM_CPU ######################### *HSEM CPU ID* Type: ``int`` Help ==== .. code-block:: none use to define the CPU ID used by HSEM Direct dependencies =================== \ :kconfig:`IPM_STM32_HSEM ` && \ :kconfig:`IPM ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - 1 if n - 2 if n Kconfig definition ================== At ``/ipm/Kconfig:121`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:60`` Menu path: (Top) → Device Drivers → IPM drivers → STM32 HSEM controller .. code-block:: kconfig config IPM_STM32_HSEM_CPU int "HSEM CPU ID" range 1 2 default 1 if n default 2 if n depends on IPM_STM32_HSEM && IPM help use to define the CPU ID used by HSEM *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*