mirror of
https://github.com/nxp-imx/linux-imx.git
synced 2025-09-03 10:33:11 +02:00

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: 886bdf9c88
("soc: hisilicon: Support HCCS driver on Kunpeng SoC")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
621 B
621 B
SPDX-License-Identifier: GPL-2.0-only
menu "Hisilicon SoC drivers" depends on ARCH_HISI || COMPILE_TEST
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 interconnection bus protocol. The performance of application may be affected if some HCCS ports are not in full lane status, have a large number of CRC errors and so on.
Say M here if you want to include support for querying the
health status and port information of HCCS on Kunpeng SoC.
endmenu