1# SPDX-License-Identifier: GPL-2.0-only
2
3menu "Hisilicon SoC drivers"
4	depends on ARCH_HISI || COMPILE_TEST
5
6config KUNPENG_HCCS
7	tristate "HCCS driver on Kunpeng SoC"
8	depends on ACPI
9	depends on PCC
10	depends on ARM64 || COMPILE_TEST
11	help
12	  The Huawei Cache Coherence System (HCCS) is a multi-chip
13	  interconnection bus protocol.
14	  The performance of application may be affected if some HCCS
15	  ports are not in full lane status, have a large number of CRC
16	  errors and so on.
17
18	  Say M here if you want to include support for querying the
19	  health status and port information of HCCS on Kunpeng SoC.
20
21endmenu
22