spi: Merge up old fix
[platform/kernel/linux-rpi.git] / drivers / soc / hisilicon / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2
3 menu "Hisilicon SoC drivers"
4         depends on ARCH_HISI || COMPILE_TEST
5
6 config KUNPENG_HCCS
7         tristate "HCCS driver on Kunpeng SoC"
8         depends on ACPI
9         depends on MAILBOX
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
21 endmenu