[PATCH] ARM: multi_v7_defconfig: Enable STM32 IPCC mailbox driver

From: Mark Brown
Date: Sun Jan 07 2024 - 17:40:52 EST


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@xxxxxxxxxx>
---
arch/arm/configs/multi_v7_defconfig | 1 +
1 file changed, 1 insertion(+)

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

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

Best regards,
--
Mark Brown <broonie@xxxxxxxxxx>