aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJun Nie <jun.nie@linaro.org>2016-09-12 21:42:04 -0400
committerShawn Guo <shawnguo@kernel.org>2016-09-16 02:30:20 -0400
commit12496aea0887fc067ad9ba0aa28798317f47a1e0 (patch)
treeb144bb4afdba0b23b2b0d4f93103cbc20a4dd372
parent29b4817d4018df78086157ea3a55c1d9424a7cfc (diff)
arm64: add ZTE ZX SoC family
This patch introduces ARCH_ZX to add the support of the ZTE ZX SoC family for the arm64 architecture. Signed-off-by: Jun Nie <jun.nie@linaro.org> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
-rw-r--r--arch/arm64/Kconfig.platforms5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index bb2616b16157..1fe2a58c6e77 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -204,6 +204,11 @@ config ARCH_XGENE
204 help 204 help
205 This enables support for AppliedMicro X-Gene SOC Family 205 This enables support for AppliedMicro X-Gene SOC Family
206 206
207config ARCH_ZX
208 bool "ZTE ZX SoC Family"
209 help
210 This enables support for ZTE ZX SoC Family
211
207config ARCH_ZYNQMP 212config ARCH_ZYNQMP
208 bool "Xilinx ZynqMP Family" 213 bool "Xilinx ZynqMP Family"
209 help 214 help