Commit 06cc5938 authored by Roy Pledge's avatar Roy Pledge Committed by Li Yang
Browse files

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: default avatarRoy Pledge <roy.pledge@nxp.com>
Signed-off-by: default avatarMadalin Bucur <madalin.bucur@nxp.com>
Signed-off-by: default avatarLi Yang <leoyang.li@nxp.com>
parent d8bac81e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
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