soc: kunpeng_hccs: add MAILBOX dependency
authorArnd Bergmann <arnd@arndb.de>
Sat, 12 Aug 2023 17:17:58 +0000 (19:17 +0200)
committerArnd Bergmann <arnd@arndb.de>
Mon, 14 Aug 2023 15:00:13 +0000 (17:00 +0200)
commita90d34afee25e8e2753859b2e00d83f6b9bf410a
treead2a2b0664ad522243513fd4be19f39d59f4f7db
parent37696fa746731ce137f07b03443eec79bba07794
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>
drivers/soc/hisilicon/Kconfig