brintos

brintos / linux-shallow public Read only

0
0
Text · 617 B · 4b0a099 Raw
22 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2 3menu "Hisilicon SoC drivers"4	depends on ARCH_HISI || COMPILE_TEST5 6config KUNPENG_HCCS7	tristate "HCCS driver on Kunpeng SoC"8	depends on ACPI9	depends on PCC10	depends on ARM64 || COMPILE_TEST11	help12	  The Huawei Cache Coherence System (HCCS) is a multi-chip13	  interconnection bus protocol.14	  The performance of application may be affected if some HCCS15	  ports are not in full lane status, have a large number of CRC16	  errors and so on.17 18	  Say M here if you want to include support for querying the19	  health status and port information of HCCS on Kunpeng SoC.20 21endmenu22