mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-13 14:24:11 +08:00
95d6333e06
The kunpeng_hccs driver depends on the Platform Communication Channel Driver. If the PCC driver is not enabled, this driver will be failed to probe. And since the PCC driver depends on the MAILBOX, replace the MAILBOX dependency with the PCC. Signed-off-by: Huisong Li <lihuisong@huawei.com> Signed-off-by: Wei Xu <xuwei5@hisilicon.com>
22 lines
617 B
Plaintext
22 lines
617 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
menu "Hisilicon SoC drivers"
|
|
depends on ARCH_HISI || COMPILE_TEST
|
|
|
|
config KUNPENG_HCCS
|
|
tristate "HCCS driver on Kunpeng SoC"
|
|
depends on ACPI
|
|
depends on PCC
|
|
depends on ARM64 || COMPILE_TEST
|
|
help
|
|
The Huawei Cache Coherence System (HCCS) is a multi-chip
|
|
interconnection bus protocol.
|
|
The performance of application may be affected if some HCCS
|
|
ports are not in full lane status, have a large number of CRC
|
|
errors and so on.
|
|
|
|
Say M here if you want to include support for querying the
|
|
health status and port information of HCCS on Kunpeng SoC.
|
|
|
|
endmenu
|