From 886bdf9c883bcc9bfb0a0bc0ed27680e68c8b6c2 Mon Sep 17 00:00:00 2001 From: Huisong Li Date: Tue, 8 Aug 2023 10:36:38 +0800 Subject: soc: hisilicon: Support HCCS driver on Kunpeng SoC The Huawei Cache Coherence System (HCCS) is a multi-chip interconnection bus protocol. This driver is aimed to support some features about HCCS on Kunpeng SoC, like, querying the health status of HCCS. This patch adds the probing of HCCS driver, and obtains all HCCS port information by the dimension of chip and die on platform. Signed-off-by: Huisong Li Signed-off-by: Wei Xu --- drivers/soc/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/soc/Makefile') diff --git a/drivers/soc/Makefile b/drivers/soc/Makefile index 3b0f9fb3b5c8..531f46f3ad98 100644 --- a/drivers/soc/Makefile +++ b/drivers/soc/Makefile @@ -14,6 +14,7 @@ obj-$(CONFIG_MACH_DOVE) += dove/ obj-y += fsl/ obj-y += fujitsu/ obj-$(CONFIG_ARCH_GEMINI) += gemini/ +obj-y += hisilicon/ obj-y += imx/ obj-y += ixp4xx/ obj-$(CONFIG_SOC_XWAY) += lantiq/ -- cgit v1.2.3