mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 06:01:57 +00:00
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>
This commit is contained in:
parent
192f97fe16
commit
95d6333e06
@ -6,7 +6,7 @@ menu "Hisilicon SoC drivers"
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user