Skip to content

Commit 2acec93

Browse files
raveenpgalak
authored andcommitted
boards: arm: bcm958402m2_m7: Enable PAXDMA driver
Add DMA and DMA_IPROC_PAX_V2 config to enable PAXDMA driver. Signed-off-by: Raveendra Padasalagi <[email protected]>
1 parent 7169207 commit 2acec93

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

boards/arm/bcm958402m2_m7/bcm958402m2_m7_defconfig

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,10 @@ CONFIG_PCIE_EP_IPROC_V2=y
2626

2727
# Enable DMA
2828
CONFIG_DMA=y
29+
CONFIG_DMA_64BIT=y
2930

3031
# Enable PL330 driver
31-
CONFIG_DMA_64BIT=y
3232
CONFIG_DMA_PL330=y
33+
34+
# Enable PAXDMA
35+
CONFIG_DMA_IPROC_PAX_V2=y

0 commit comments

Comments
 (0)