:orphan: .. title:: DMA_STM32_SHARED_IRQS .. option:: CONFIG_DMA_STM32_SHARED_IRQS *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== Enable shared IRQ support on devices where channels share 1 IRQ. Direct dependencies =================== (\ :option:`SOC_SERIES_STM32F0X ` || \ :option:`SOC_SERIES_STM32L0X `) && \ :option:`DMA_STM32 ` && \ :option:`DMA ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== .. highlight:: kconfig At ``drivers/dma/Kconfig.stm32:39`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:66`` → ``drivers/dma/Kconfig:47`` Menu path: (Top) → Device Drivers → DMA driver Configuration → Enable STM32 DMA driver .. parsed-literal:: config DMA_STM32_SHARED_IRQS bool default y depends on (\ :option:`SOC_SERIES_STM32F0X ` || \ :option:`SOC_SERIES_STM32L0X `) && \ :option:`DMA_STM32 ` && \ :option:`DMA ` help Enable shared IRQ support on devices where channels share 1 IRQ. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*