mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 12:42:02 +00:00
886bdf9c88
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>
3 lines
85 B
Makefile
3 lines
85 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
obj-$(CONFIG_KUNPENG_HCCS) += kunpeng_hccs.o
|