]> Git Repo - linux.git/commitdiff
soc: hisilicon: kunpeng_hccs: replace MAILBOX dependency with PCC
authorHuisong Li <[email protected]>
Wed, 17 Apr 2024 09:48:01 +0000 (17:48 +0800)
committerWei Xu <[email protected]>
Thu, 25 Apr 2024 02:09:46 +0000 (02:09 +0000)
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 <[email protected]>
Signed-off-by: Wei Xu <[email protected]>
drivers/soc/hisilicon/Kconfig

index 0ab688af308fed625ec8c04723a87911b8da7373..4b0a099b28cc2e88e1ce5d5345eef427f91ee811 100644 (file)
@@ -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
This page took 0.050926 seconds and 4 git commands to generate.