kernel: bump to 4.4.39
[openwrt/openwrt.git] / target / linux / layerscape / patches-4.4 / 7031-fsl_qbman-Enable-DPAA1-QBMan-for-ARM64-platforms.patch
1 From d0a7d97bdfb7a755d55bb53725d71f81aab90fe7 Mon Sep 17 00:00:00 2001
2 From: Roy Pledge <Roy.Pledge@freescale.com>
3 Date: Thu, 14 Apr 2016 10:21:02 +0800
4 Subject: [PATCH 31/70] fsl_qbman: Enable DPAA1 QBMan for ARM64 platforms
5
6 commit ddb0ae0f9d638efc70402d4fb570bca3a3178091
7 [context adjustment]
8
9 Enable the QBMan device for ARM64 platofrms. This is needed for
10 ARM based SoCs that have DPAA1 such as the LS1043A
11
12 Signed-off-by: Roy Pledge <Roy.Pledge@freescale.com>
13 Integrated-by: Zhao Qiang <qiang.zhao@nxp.com>
14 ---
15 arch/arm64/Kconfig | 5 +++++
16 1 file changed, 5 insertions(+)
17
18 --- a/arch/arm64/Kconfig
19 +++ b/arch/arm64/Kconfig
20 @@ -187,6 +187,11 @@ source "arch/arm64/Kconfig.platforms"
21
22 menu "Bus support"
23
24 +config HAS_FSL_QBMAN
25 + bool "Datapath Acceleration Queue and Buffer management"
26 + help
27 + Datapath Acceleration Queue and Buffer management
28 +
29 config PCI
30 bool "PCI support"
31 help