drivers: Add shared IRQ support for STM32U0 series in DMA driver.

This commit Modifies the DMA STM32 Kconfig to enable shared IRQ
support for the STM32U0 series.
This change ensures DMA channels with shared IRQs are properly
configured for stm32u0 devices.

Signed-off-by: Mohammad Badawi <zephyr@exalt.ps>
Signed-off-by: Sara Touqan <zephyr@exalt.ps>
This commit is contained in:
Sara Touqan 2024-11-26 16:16:04 +02:00 committed by Benjamin Cabé
parent 41ddd09850
commit bc6c07b432

View file

@ -56,7 +56,7 @@ config DMA_STM32_SHARED_IRQS
default y
depends on SOC_SERIES_STM32C0X || SOC_SERIES_STM32F0X || \
SOC_SERIES_STM32G0X || SOC_SERIES_STM32L0X || \
SOC_SERIES_STM32WB0X
SOC_SERIES_STM32U0X || SOC_SERIES_STM32WB0X
help
Enable shared IRQ support on devices where channels share 1 IRQ.