:orphan: .. title:: DMA_MCUX_TEST_SLOT_START .. option:: CONFIG_DMA_MCUX_TEST_SLOT_START *test slot start num* Type: ``int`` Help ==== .. code-block:: none test slot start num Direct dependencies =================== (\ :option:`SOC_SERIES_KINETIS_K6X ` || \ :option:`SOC_SERIES_KINETIS_KE1XF `) && \ :option:`DMA_MCUX_EDMA ` && \ :option:`DMA ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - 58 if \ :option:`SOC_SERIES_KINETIS_K6X ` - 60 if \ :option:`SOC_SERIES_KINETIS_KE1XF ` Kconfig definition ================== At ``/dma/Kconfig.mcux_edma:21`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:66`` → ``/dma/Kconfig:33`` Menu path: (Top) → Device Drivers → DMA driver Configuration → Enable MCUX DMA driver .. code-block:: kconfig config DMA_MCUX_TEST_SLOT_START int "test slot start num" default 58 if SOC_SERIES_KINETIS_K6X default 60 if SOC_SERIES_KINETIS_KE1XF depends on (SOC_SERIES_KINETIS_K6X || SOC_SERIES_KINETIS_KE1XF) && DMA_MCUX_EDMA && DMA help test slot start num *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*