diff mbox series

ARM: multi_v7_defconfig: Enable STM32 IPCC mailbox driver

Message ID 20240107-arm-defconfig-stm32-ipcc-v1-1-924721db5661@kernel.org (mailing list archive)
State Accepted
Commit dd1d4bd6e5cfd6a6ad51d3123895e34cf36ab31b
Headers show
Series ARM: multi_v7_defconfig: Enable STM32 IPCC mailbox driver | expand

Commit Message

Mark Brown Jan. 7, 2024, 10:40 p.m. UTC
The STM32 systems have a mailbox used for communication with non-Linux
processors like the M4 on the STM32MP157A.  Enable the driver for the
mailbox so it is available for testing.

Signed-off-by: Mark Brown <broonie@kernel.org>
---
 arch/arm/configs/multi_v7_defconfig | 1 +
 1 file changed, 1 insertion(+)


---
base-commit: 610a9b8f49fbcf1100716370d3b5f6f884a2835a
change-id: 20240107-arm-defconfig-stm32-ipcc-640071c7ad77

Best regards,

Comments

patchwork-bot+linux-soc@kernel.org Jan. 9, 2024, 7:40 a.m. UTC | #1
Hello:

This patch was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:

On Sun, 07 Jan 2024 22:40:29 +0000 you wrote:
> The STM32 systems have a mailbox used for communication with non-Linux
> processors like the M4 on the STM32MP157A.  Enable the driver for the
> mailbox so it is available for testing.
> 
> Signed-off-by: Mark Brown <broonie@kernel.org>
> ---
>  arch/arm/configs/multi_v7_defconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> [...]

Here is the summary with links:
  - ARM: multi_v7_defconfig: Enable STM32 IPCC mailbox driver
    https://git.kernel.org/soc/soc/c/dd1d4bd6e5cf

You are awesome, thank you!
diff mbox series

Patch

diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index 10fd74bf85f9..f43ae4532586 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -1073,6 +1073,7 @@  CONFIG_OMAP2PLUS_MBOX=y
 CONFIG_BCM2835_MBOX=y
 CONFIG_QCOM_APCS_IPC=y
 CONFIG_QCOM_IPCC=y
+CONFIG_STM32_IPCC=m
 CONFIG_OMAP_IOMMU=y
 CONFIG_OMAP_IOMMU_DEBUG=y
 CONFIG_ROCKCHIP_IOMMU=y