mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-17 02:36:21 +00:00
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: 886bdf9c883bc ("soc: hisilicon: Support HCCS driver on Kunpeng SoC") Signed-off-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
parent
37696fa746
commit
a90d34afee
@ -6,6 +6,7 @@ menu "Hisilicon SoC drivers"
|
||||
config KUNPENG_HCCS
|
||||
tristate "HCCS driver on Kunpeng SoC"
|
||||
depends on ACPI
|
||||
depends on MAILBOX
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
help
|
||||
The Huawei Cache Coherence System (HCCS) is a multi-chip
|
||||
|
Loading…
x
Reference in New Issue
Block a user