:orphan: .. title:: DMA_TCD_QUEUE_SIZE .. option:: CONFIG_DMA_TCD_QUEUE_SIZE *number of TCD in a queue for SG mode* Type: ``int`` Help ==== number of TCD in a queue for SG mode Direct dependencies =================== \ :option:`DMA_MCUX_EDMA ` && \ :option:`DMA ` *(Includes any dependencies from ifs and menus.)* Default ======= - 2 Kconfig definition ================== .. highlight:: kconfig At ``drivers/dma/Kconfig.mcux_edma:15`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:66`` → ``drivers/dma/Kconfig:57`` Menu path: (Top) → Device Drivers → DMA driver Configuration → Enable MCUX DMA driver .. parsed-literal:: config DMA_TCD_QUEUE_SIZE int "number of TCD in a queue for SG mode" default 2 depends on \ :option:`DMA_MCUX_EDMA ` && \ :option:`DMA ` help number of TCD in a queue for SG mode *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*