Skip to content

Commit a90d34a

Browse files
committed
soc: kunpeng_hccs: add MAILBOX dependency
When the mailbox subsystem is disabled, the driver fails to link, so add an explicit dependency. Some other drivers use 'select' here, but the dependency seems more logical and more common. Fixes: 886bdf9 ("soc: hisilicon: Support HCCS driver on Kunpeng SoC") Signed-off-by: Arnd Bergmann <arnd@arndb.de>
1 parent 37696fa commit a90d34a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/soc/hisilicon/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +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
910
depends on ARM64 || COMPILE_TEST
1011
help
1112
The Huawei Cache Coherence System (HCCS) is a multi-chip

0 commit comments

Comments
 (0)