diff options
| author | Patrice Chotard <patrice.chotard@foss.st.com> | 2025-08-21 11:14:02 +0200 |
|---|---|---|
| committer | Alexandre Torgue <alexandre.torgue@foss.st.com> | 2025-09-15 17:51:30 +0200 |
| commit | 27cd5cd8bd332d9d09fe5af6b1b0ed9c02ccdf24 (patch) | |
| tree | 3f75f7af759feadbf9e638028486f18328498e82 | |
| parent | d0647b20d1e19a6d8dc44e57d2d453610c0f29f2 (diff) | |
| download | linux-27cd5cd8bd332d9d09fe5af6b1b0ed9c02ccdf24.tar.gz linux-27cd5cd8bd332d9d09fe5af6b1b0ed9c02ccdf24.zip | |
arm64: defconfig: Enable STMicroelectronics STM32 DMA3 support
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>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20250821-upstream_defconfig_enable_stm32_dma3-v1-1-d9c1b71883d9@foss.st.com
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
| -rw-r--r-- | arch/arm64/configs/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 58f87d09366c..cce17e8701e0 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -1300,6 +1300,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 |
