:orphan: .. title:: CONFIG_IPM_STM32_IPCC .. kconfig:: CONFIG_IPM_STM32_IPCC CONFIG_IPM_STM32_IPCC ##################### *STM32 IPCC controller* Type: ``bool`` Help ==== .. code-block:: none Driver for stm32 IPCC mailboxes Direct dependencies =================== (\ :kconfig:`IPM ` && \ :kconfig:`SOC_SERIES_STM32MP1X `) || (\ :kconfig:`IPM ` && \ :kconfig:`SOC_SERIES_STM32MP1X `) || \ :kconfig:`IPM ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y Symbols selected by this symbol =============================== - \ :kconfig:`USE_STM32_LL_IPCC ` Kconfig definitions =================== At ``/arm/st_stm32/stm32mp1/Kconfig.defconfig.series:13`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/st_stm32/Kconfig.defconfig:3`` Menu path: (Top) .. code-block:: kconfig config IPM_STM32_IPCC bool default y depends on IPM && SOC_SERIES_STM32MP1X ---- At ``/arm/st_stm32/stm32mp1/Kconfig.defconfig.series:13`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arm/st_stm32/Kconfig.defconfig:3`` Menu path: (Top) .. code-block:: kconfig config IPM_STM32_IPCC bool default y depends on IPM && SOC_SERIES_STM32MP1X ---- At ``/ipm/Kconfig:88`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:60`` Menu path: (Top) → Device Drivers → IPM drivers .. code-block:: kconfig 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.)*