Commit 95d6333e authored by Huisong Li's avatar Huisong Li Committed by Wei Xu

soc: hisilicon: kunpeng_hccs: replace MAILBOX dependency with PCC

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: default avatarHuisong Li <lihuisong@huawei.com>
Signed-off-by: default avatarWei Xu <xuwei5@hisilicon.com>
parent 192f97fe
...@@ -6,7 +6,7 @@ menu "Hisilicon SoC drivers" ...@@ -6,7 +6,7 @@ menu "Hisilicon SoC drivers"
config KUNPENG_HCCS config KUNPENG_HCCS
tristate "HCCS driver on Kunpeng SoC" tristate "HCCS driver on Kunpeng SoC"
depends on ACPI depends on ACPI
depends on MAILBOX depends on PCC
depends on ARM64 || COMPILE_TEST depends on ARM64 || COMPILE_TEST
help help
The Huawei Cache Coherence System (HCCS) is a multi-chip The Huawei Cache Coherence System (HCCS) is a multi-chip
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment