Skip to content

Commit 95d6333

Browse files
LiHuiSong1joyxu
authored andcommitted
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: Huisong Li <lihuisong@huawei.com> Signed-off-by: Wei Xu <xuwei5@hisilicon.com>
1 parent 192f97f commit 95d6333

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/soc/hisilicon/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ menu "Hisilicon SoC drivers"
66
config KUNPENG_HCCS
77
tristate "HCCS driver on Kunpeng SoC"
88
depends on ACPI
9-
depends on MAILBOX
9+
depends on PCC
1010
depends on ARM64 || COMPILE_TEST
1111
help
1212
The Huawei Cache Coherence System (HCCS) is a multi-chip

0 commit comments

Comments
 (0)