From 03b6fd5db4a71d9511552f9d95de9b61f47b503e Mon Sep 17 00:00:00 2001 From: Jayachandran C Date: Sun, 5 Feb 2017 00:57:02 +0000 Subject: arm64: add THUNDER2 processor family Add support for ThunderX2 CN99XX arm64 server processors. Introduce a new arm64 platform config option ARCH_THUNDER2 for these processors. Signed-off-by: Jayachandran C Signed-off-by: Arnd Bergmann --- arch/arm64/Kconfig.platforms | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'arch/arm64/Kconfig.platforms') diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index 715ef1256838..129cc5ae4091 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -190,6 +190,13 @@ config ARCH_THUNDER help This enables support for Cavium's Thunder Family of SoCs. +config ARCH_THUNDER2 + bool "Cavium ThunderX2 Server Processors" + select GPIOLIB + help + This enables support for Cavium's ThunderX2 CN99XX family of + server processors. + config ARCH_UNIPHIER bool "Socionext UniPhier SoC Family" select ARCH_HAS_RESET_CONTROLLER -- cgit v1.2.3-59-g8ed1b