diff options
author | Jun Nie <jun.nie@linaro.org> | 2016-09-13 04:42:04 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2016-09-16 09:30:20 +0300 |
commit | 12496aea0887fc067ad9ba0aa28798317f47a1e0 (patch) | |
tree | b144bb4afdba0b23b2b0d4f93103cbc20a4dd372 /arch/arm64/Kconfig.platforms | |
parent | 29b4817d4018df78086157ea3a55c1d9424a7cfc (diff) | |
download | linux-12496aea0887fc067ad9ba0aa28798317f47a1e0.tar.xz |
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>
Diffstat (limited to 'arch/arm64/Kconfig.platforms')
-rw-r--r-- | arch/arm64/Kconfig.platforms | 5 |
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 help This enables support for AppliedMicro X-Gene SOC Family +config ARCH_ZX + bool "ZTE ZX SoC Family" + help + This enables support for ZTE ZX SoC Family + config ARCH_ZYNQMP bool "Xilinx ZynqMP Family" help |