The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_IPM_STM32_IPCC

STM32 IPCC controller

Type: bool

Help

Driver for stm32 IPCC mailboxes

Direct dependencies

(IPM && SOC_SERIES_STM32MP1X) || IPM

(Includes any dependencies from ifs and menus.)

Default

  • y

Symbols selected by this symbol

Kconfig definitions

At soc/arm/st_stm32/stm32mp1/Kconfig.defconfig.series:13

Included via Kconfig:8Kconfig.zephyr:27soc/arm/st_stm32/Kconfig.defconfig:3

Menu path: (Top)

config IPM_STM32_IPCC
    bool
    default y
    depends on IPM && SOC_SERIES_STM32MP1X

At drivers/ipm/Kconfig:88

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:60

Menu path: (Top) → Device Drivers → IPM drivers

config IPM_STM32_IPCC
    bool "STM32 IPCC controller"
    select USE_STM32_LL_IPCC
    depends on IPM
    help
      Driver for stm32 IPCC mailboxes

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)