Commit b2d9c364 authored by Huisong Li's avatar Huisong Li Committed by huangdengdui
Browse files

soc: hisilicon: kunpeng_hccs: replace MAILBOX dependency with PCC

mainline inclusion
from mainline-v6.9-rc1
commit 95d6333e0622dd5ca32c7832a015ae24f56d1ad2
category: bugfix
bugzilla: https://gitee.com/openeuler/kernel/issues/I9UY3Z
CVE: NA

Reference: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=95d6333e0622dd5ca32c7832a015ae24f56d1ad2



--------------------------------

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 b55dede8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ config HISI_HBMDEV_ACLS
config KUNPENG_HCCS
	tristate "HCCS driver on Kunpeng SoC"
	depends on ACPI
	depends on MAILBOX
	depends on PCC
	depends on ARM64 || COMPILE_TEST
	help
	  The Huawei Cache Coherence System (HCCS) is a multi-chip