Skip to content

Commit 9c71880

Browse files
committed
drivers: dma: Drop NXP's PxP driver
Drop the old dma PxP driver to favor the new one in v4z m2m category. Signed-off-by: Phi Bang Nguyen <phibang.nguyen@nxp.com>
1 parent b8d13b5 commit 9c71880

File tree

4 files changed

+0
-237
lines changed

4 files changed

+0
-237
lines changed

drivers/dma/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ zephyr_library_sources_ifdef(CONFIG_DMA_MCHP_XEC dma_mchp_xec.c)
3535
zephyr_library_sources_ifdef(CONFIG_DMA_XMC4XXX dma_xmc4xxx.c)
3636
zephyr_library_sources_ifdef(CONFIG_DMA_RPI_PICO dma_rpi_pico.c)
3737
zephyr_library_sources_ifdef(CONFIG_DMA_RENESAS_RZ dma_renesas_rz.c)
38-
zephyr_library_sources_ifdef(CONFIG_MCUX_PXP dma_mcux_pxp.c)
3938
zephyr_library_sources_ifdef(CONFIG_DMA_MAX32 dma_max32.c)
4039
zephyr_library_sources_ifdef(CONFIG_DMA_MCUX_SMARTDMA dma_mcux_smartdma.c)
4140
zephyr_library_sources_ifdef(CONFIG_DMA_ANDES_ATCDMAC300 dma_andes_atcdmac300.c)

drivers/dma/Kconfig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,6 @@ source "drivers/dma/Kconfig.ifx_cat1"
6464

6565
source "drivers/dma/Kconfig.intel_lpss"
6666

67-
source "drivers/dma/Kconfig.mcux_pxp"
68-
6967
source "drivers/dma/Kconfig.max32"
7068

7169
source "drivers/dma/Kconfig.mcux_smartdma"

drivers/dma/Kconfig.mcux_pxp

Lines changed: 0 additions & 10 deletions
This file was deleted.

drivers/dma/dma_mcux_pxp.c

Lines changed: 0 additions & 224 deletions
This file was deleted.

0 commit comments

Comments
 (0)