Skip to content

Commit 7169207

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

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

boards/arm/bcm958402m2_a72/bcm958402m2_a72_defconfig

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

2929
# Enable DMA
3030
CONFIG_DMA=y
31+
CONFIG_DMA_64BIT=y
3132

3233
# Enable PL330 driver
33-
CONFIG_DMA_64BIT=y
3434
CONFIG_DMA_PL330=y
35+
36+
# Enable PAXDMA
37+
CONFIG_DMA_IPROC_PAX_V2=y

0 commit comments

Comments
 (0)