xref: /openbmc/linux/drivers/soc/hisilicon/Kconfig (revision 886bdf9c)
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 ARM64 || COMPILE_TEST
10	help
11	  The Huawei Cache Coherence System (HCCS) is a multi-chip
12	  interconnection bus protocol.
13	  The performance of application may be affected if some HCCS
14	  ports are not in full lane status, have a large number of CRC
15	  errors and so on.
16
17	  Say M here if you want to include support for querying the
18	  health status and port information of HCCS on Kunpeng SoC.
19
20endmenu
21