diff options
author | Madalin Bucur <madalin.bucur@nxp.com> | 2017-09-18 16:39:47 -0400 |
---|---|---|
committer | Li Yang <leoyang.li@nxp.com> | 2017-09-22 14:33:07 -0400 |
commit | e868adf21c0a25634d5dfa5b1e6dbf839306d8fa (patch) | |
tree | 846a4f752026aa71011475fdb8f7a1f09b2c258e | |
parent | e6b909fe84ba891cc523a65a6b6af07f4e977c5f (diff) |
soc/fsl/qbman: Enable FSL_LAYERSCAPE config on ARM
Signed-off-by: Madalin Bucur <madalin.bucur@nxp.com>
Signed-off-by: Claudiu Manoil <claudiu.manoil@nxp.com>
[Stuart: changed to use ARCH_LAYERSCAPE]
Signed-off-by: Stuart Yoder <stuart.yoder@nxp.com>
Signed-off-by: Roy Pledge <roy.pledge@nxp.com>
Signed-off-by: Li Yang <leoyang.li@nxp.com>
-rw-r--r-- | drivers/soc/fsl/qbman/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/soc/fsl/qbman/Kconfig b/drivers/soc/fsl/qbman/Kconfig index 757033c0586c..fb4e6bf0a0c4 100644 --- a/drivers/soc/fsl/qbman/Kconfig +++ b/drivers/soc/fsl/qbman/Kconfig | |||
@@ -1,6 +1,6 @@ | |||
1 | menuconfig FSL_DPAA | 1 | menuconfig FSL_DPAA |
2 | bool "Freescale DPAA 1.x support" | 2 | bool "Freescale DPAA 1.x support" |
3 | depends on FSL_SOC_BOOKE | 3 | depends on (FSL_SOC_BOOKE || ARCH_LAYERSCAPE) |
4 | select GENERIC_ALLOCATOR | 4 | select GENERIC_ALLOCATOR |
5 | help | 5 | help |
6 | The Freescale Data Path Acceleration Architecture (DPAA) is a set of | 6 | The Freescale Data Path Acceleration Architecture (DPAA) is a set of |