diff options
author | Mark Brown <broonie@kernel.org> | 2024-01-07 22:40:29 +0000 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2024-01-09 08:26:18 +0100 |
commit | dd1d4bd6e5cfd6a6ad51d3123895e34cf36ab31b (patch) | |
tree | 2015b0941aa79c63ec72087a11ed2227ee99c22b /arch/arm/configs | |
parent | ea15d0c571deaafe90281dbec74f8bd2e143b3db (diff) |
ARM: multi_v7_defconfig: Enable STM32 IPCC mailbox driver
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>
Link: https://lore.kernel.org/r/20240107-arm-defconfig-stm32-ipcc-v1-1-924721db5661@kernel.org
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/multi_v7_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 7b4898009918..3e95a2bcde3e 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -1075,6 +1075,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 |