[PATCH] arm64: defconfig: Enable STMicroelectronics STM32 DMA3 support

Patrice Chotard posted 1 patch 1 month, 1 week ago
arch/arm64/configs/defconfig | 1 +
1 file changed, 1 insertion(+)
[PATCH] arm64: defconfig: Enable STMicroelectronics STM32 DMA3 support
Posted by Patrice Chotard 1 month, 1 week ago
Enable STMicroelectronics STM32 DMA3 support as module.
STM32 DMA3 is used among others by STM32 Octo SPI driver on
STM32MP257F-EV1 board.

Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
---
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 667c4859ecc3cda9b0a3dae7abdd8587fc4f8dbe..d0a9d2a5b140aabe40927981ee710b0eb3b729cf 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -1302,6 +1302,7 @@ CONFIG_RENESAS_USB_DMAC=m
 CONFIG_RZ_DMAC=y
 CONFIG_TI_K3_UDMA=y
 CONFIG_TI_K3_UDMA_GLUE_LAYER=y
+CONFIG_STM32_DMA3=m
 CONFIG_VFIO=y
 CONFIG_VFIO_PCI=y
 CONFIG_VIRTIO_PCI=y

---
base-commit: 5303936d609e09665deda94eaedf26a0e5c3a087
change-id: 20250820-upstream_defconfig_enable_stm32_dma3-c1c93f116e62

Best regards,
-- 
Patrice Chotard <patrice.chotard@foss.st.com>
Re: [PATCH] arm64: defconfig: Enable STMicroelectronics STM32 DMA3 support
Posted by Alexandre TORGUE 4 weeks, 1 day ago
Hi Patrice

On 8/21/25 11:14, Patrice Chotard wrote:
> Enable STMicroelectronics STM32 DMA3 support as module.
> STM32 DMA3 is used among others by STM32 Octo SPI driver on
> STM32MP257F-EV1 board.
> 
> Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
> ---
>   arch/arm64/configs/defconfig | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index 667c4859ecc3cda9b0a3dae7abdd8587fc4f8dbe..d0a9d2a5b140aabe40927981ee710b0eb3b729cf 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -1302,6 +1302,7 @@ CONFIG_RENESAS_USB_DMAC=m
>   CONFIG_RZ_DMAC=y
>   CONFIG_TI_K3_UDMA=y
>   CONFIG_TI_K3_UDMA_GLUE_LAYER=y
> +CONFIG_STM32_DMA3=m
>   CONFIG_VFIO=y
>   CONFIG_VFIO_PCI=y
>   CONFIG_VIRTIO_PCI=y
> 
> ---
> base-commit: 5303936d609e09665deda94eaedf26a0e5c3a087
> change-id: 20250820-upstream_defconfig_enable_stm32_dma3-c1c93f116e62
> 
> Best regards,

Applied on stm32-next.

Thanks!
Alex
Re: [PATCH] arm64: defconfig: Enable STMicroelectronics STM32 DMA3 support
Posted by Krzysztof Kozlowski 1 month, 1 week ago
On 21/08/2025 11:14, Patrice Chotard wrote:
> Enable STMicroelectronics STM32 DMA3 support as module.
> STM32 DMA3 is used among others by STM32 Octo SPI driver on
> STM32MP257F-EV1 board.
> 
> Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
> ---

You did not Cc all your maintainers.

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof