]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
soc: fsl: qbman: Add 64 bit DMA addressing requirement to QBMan
authorRoy Pledge <roy.pledge@nxp.com>
Fri, 28 Sep 2018 08:43:22 +0000 (11:43 +0300)
committerLi Yang <leoyang.li@nxp.com>
Fri, 5 Oct 2018 19:01:46 +0000 (14:01 -0500)
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>
drivers/soc/fsl/qbman/Kconfig

index d570cb5fd381964176611eff2dc144295e469354..b0943e5417960ceb4dc0b7d51e52899c6791ff67 100644 (file)
@@ -1,6 +1,6 @@
 menuconfig FSL_DPAA
        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
        help
          The Freescale Data Path Acceleration Architecture (DPAA) is a set of