soc: fsl: qbman: Add 64 bit DMA addressing requirement to QBMan
The QBMan block is memory mapped on SoCs above a 32 bit (4 Gigabyte) boundary so enabling 64 bit DMA addressing is needed for QBMan to be usuable. Signed-off-by: Roy Pledge <roy.pledge@nxp.com> Signed-off-by: Madalin Bucur <madalin.bucur@nxp.com> Signed-off-by: Li Yang <leoyang.li@nxp.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
menuconfig FSL_DPAA
|
menuconfig FSL_DPAA
|
||||||
bool "QorIQ DPAA1 framework support"
|
bool "QorIQ DPAA1 framework support"
|
||||||
depends on (FSL_SOC_BOOKE || ARCH_LAYERSCAPE)
|
depends on ((FSL_SOC_BOOKE || ARCH_LAYERSCAPE) && ARCH_DMA_ADDR_T_64BIT)
|
||||||
select GENERIC_ALLOCATOR
|
select GENERIC_ALLOCATOR
|
||||||
help
|
help
|
||||||
The Freescale Data Path Acceleration Architecture (DPAA) is a set of
|
The Freescale Data Path Acceleration Architecture (DPAA) is a set of
|
||||||
|
Reference in New Issue
Block a user