| # DMA configuration options |
| # Copyright (c) 2016 Intel Corporation |
| # SPDX-License-Identifier: Apache-2.0 |
| bool "DMA driver Configuration" |
| bool "DMA 64 bit address support" |
| When this option is true, 64 bit source and dest |
| DMA addresses are supported. |
| default KERNEL_INIT_PRIORITY_DEFAULT |
| DMA driver device initialization priority. |
| source "subsys/logging/Kconfig.template.log_config" |
| source "drivers/dma/Kconfig.stm32" |
| source "drivers/dma/Kconfig.sam_xdmac" |
| source "drivers/dma/Kconfig.dw" |
| source "drivers/dma/Kconfig.nios2_msgdma" |
| source "drivers/dma/Kconfig.sam0" |
| source "drivers/dma/Kconfig.mcux_edma" |
| source "drivers/dma/Kconfig.mcux_lpc" |
| source "drivers/dma/Kconfig.dma_pl330" |
| source "drivers/dma/Kconfig.iproc_pax" |
| source "drivers/dma/Kconfig.cavs_gpdma" |
| source "drivers/dma/Kconfig.cavs_hda" |