diff options
author | Ashish Kumar <Ashish.Kumar@nxp.com> | 2017-08-31 16:12:53 +0530 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2017-09-11 08:00:13 -0700 |
commit | 6d9b82d085ea810c7bb2ed5203522e45cc72c336 (patch) | |
tree | 5531a4c12ea14d5c5768e5a273b8ec3174dd2157 /drivers/net/ldpaa_eth/Makefile | |
parent | 22c51855bf79b4ef767f35067472d337858423b3 (diff) |
armv8: ls1088a: Add NXP LS1088A SoC support
LS1088A is compliant with the Layerscape Chassis Generation 3 with
eight ARM v8 Cortex-A53 cores in 2 cluster, CCI-400, one 64-bit DDR4
SDRAM memory controller with ECC, Data path acceleration architecture
2.0 (DPAA2), Ethernet interfaces (SGMIIs, RGMIIs, QSGMIIs, XFIs),
QSPI, IFC, PCIe, SATA, USB, SDXC, DUARTs etc.
Signed-off-by: Alison Wang <alison.wang@nxp.com>
Signed-off-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
Signed-off-by: Ashish Kumar <Ashish.Kumar@nxp.com>
Signed-off-by: Raghav Dogra <raghav.dogra@nxp.com>
Signed-off-by: Shaohui Xie <Shaohui.Xie@nxp.com>
[YS: Revised commit message]
Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'drivers/net/ldpaa_eth/Makefile')
-rw-r--r-- | drivers/net/ldpaa_eth/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ldpaa_eth/Makefile b/drivers/net/ldpaa_eth/Makefile index 08675ec641..13ecd381ea 100644 --- a/drivers/net/ldpaa_eth/Makefile +++ b/drivers/net/ldpaa_eth/Makefile @@ -7,3 +7,4 @@ obj-y += ldpaa_wriop.o obj-y += ldpaa_eth.o obj-$(CONFIG_ARCH_LS2080A) += ls2080a.o +obj-$(CONFIG_ARCH_LS1088A) += ls1088a.o |