File tree Expand file tree Collapse file tree 5 files changed +640
-0
lines changed
include/zephyr/drivers/dma Expand file tree Collapse file tree 5 files changed +640
-0
lines changed Original file line number Diff line number Diff line change @@ -56,3 +56,4 @@ zephyr_library_sources_ifdef(CONFIG_DMA_NXP_SDMA dma_nxp_sdma.c)
56
56
zephyr_library_sources_ifdef(CONFIG_DMA_WCH dma_wch.c)
57
57
zephyr_library_sources_ifdef(CONFIG_DMA_TI_CC23X0 dma_ti_cc23x0.c)
58
58
zephyr_library_sources_ifdef(CONFIG_DMA_NPCX_GDMA dma_npcx_gdma.c)
59
+ zephyr_library_sources_ifdef(CONFIG_DMA_SF32LB dma_sf32lb.c)
Original file line number Diff line number Diff line change @@ -101,4 +101,6 @@ source "drivers/dma/Kconfig.ti_cc23x0"
101
101
102
102
source "drivers/dma/Kconfig.npcx"
103
103
104
+ source "drivers/dma/Kconfig.sf32lb"
105
+
104
106
endif # DMA
Original file line number Diff line number Diff line change
1
+ # Copyright 2025 Core Devices LLC
2
+ # SPDX-License-Identifier: Apache-2.0
3
+
4
+ config DMA_SF32LB
5
+ bool "SiFli SF32LB DMA driver"
6
+ default y
7
+ depends on DT_HAS_SIFLI_SF32LB_DMAC_ENABLED
8
+ help
9
+ Enable DMA driver for SiFli SF32LB
You can’t perform that action at this time.
0 commit comments