:orphan: .. title:: CONFIG_DMA_INIT_PRIORITY .. kconfig:: CONFIG_DMA_INIT_PRIORITY CONFIG_DMA_INIT_PRIORITY ######################## *DMA init priority* Type: ``int`` Help ==== .. code-block:: none DMA driver device initialization priority. Direct dependencies =================== \ :kconfig:`DMA ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`KERNEL_INIT_PRIORITY_DEFAULT ` Kconfig definition ================== At ``/dma/Kconfig:19`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:68`` Menu path: (Top) → Device Drivers → DMA driver Configuration .. code-block:: kconfig config DMA_INIT_PRIORITY int "DMA init priority" default KERNEL_INIT_PRIORITY_DEFAULT depends on DMA help DMA driver device initialization priority. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*