:orphan: .. title:: DMA_0_IRQ_PRI .. option:: CONFIG_DMA_0_IRQ_PRI *IRQ Priority for DMA Controller 0* Type: ``int`` Help ==== IRQ Priority for the DMA Controller. Direct dependencies =================== \ :option:`DMA ` *(Includes any dependencies from ifs and menus.)* Default ======= - 3 Kconfig definition ================== .. highlight:: kconfig At ``drivers/dma/Kconfig:19`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:66`` Menu path: (Top) → Device Drivers → DMA driver Configuration .. parsed-literal:: config DMA_0_IRQ_PRI int "IRQ Priority for DMA Controller 0" default 3 depends on \ :option:`DMA ` help IRQ Priority for the DMA Controller. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*