:orphan: .. title:: IPM_STM32_IPCC .. option:: CONFIG_IPM_STM32_IPCC *STM32 IPCC controller* Type: ``bool`` Help ==== Driver for stm32 IPCC mailboxes Direct dependencies =================== (\ :option:`IPM ` && \ :option:`SOC_SERIES_STM32MP1X `) || \ :option:`IPM ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Symbols selected by this symbol =============================== - \ :option:`USE_STM32_LL_IPCC ` Kconfig definitions =================== .. highlight:: kconfig At ``soc/arm/st_stm32/stm32mp1/Kconfig.defconfig.series:13`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/arm/st_stm32/Kconfig.defconfig:3`` Menu path: (Top) .. parsed-literal:: config IPM_STM32_IPCC bool default y depends on \ :option:`IPM ` && \ :option:`SOC_SERIES_STM32MP1X ` ---- At ``drivers/ipm/Kconfig:88`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:58`` Menu path: (Top) → Device Drivers → IPM drivers .. parsed-literal:: config IPM_STM32_IPCC bool "STM32 IPCC controller" select \ :option:`USE_STM32_LL_IPCC ` depends on \ :option:`IPM ` help Driver for stm32 IPCC mailboxes *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*