diff options
author | Huisong Li <lihuisong@huawei.com> | 2023-08-08 10:36:38 +0800 |
---|---|---|
committer | Wei Xu <xuwei5@hisilicon.com> | 2023-08-08 12:36:29 +0000 |
commit | 886bdf9c883bcc9bfb0a0bc0ed27680e68c8b6c2 (patch) | |
tree | 6606846f5a3b8559c435c7ea8894a59f30ebd562 /drivers/soc/hisilicon/Makefile | |
parent | 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5 (diff) |
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 <lihuisong@huawei.com>
Signed-off-by: Wei Xu <xuwei5@hisilicon.com>
Diffstat (limited to 'drivers/soc/hisilicon/Makefile')
-rw-r--r-- | drivers/soc/hisilicon/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/soc/hisilicon/Makefile b/drivers/soc/hisilicon/Makefile new file mode 100644 index 000000000000..226e747e70d6 --- /dev/null +++ b/drivers/soc/hisilicon/Makefile @@ -0,0 +1,2 @@ +# SPDX-License-Identifier: GPL-2.0-only +obj-$(CONFIG_KUNPENG_HCCS) += kunpeng_hccs.o |