aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Alcock <[email protected]>2023-03-07 18:01:40 +0000
committerLuis Chamberlain <[email protected]>2023-04-13 13:13:52 -0700
commit4f2fe3964cf40c218e97de711646f4c608094749 (patch)
tree79c7321e5ac10350eb3d91b071267e72cfb7c9cd
parent7b51090edc1f5aeeac4d6f166ebd95f707eeb095 (diff)
mailbox: zynq: make modular
This driver has a MODULE_LICENSE but is not tristate so cannot be built as a module, unlike all its peers: make it modular to match. Signed-off-by: Nick Alcock <[email protected]> Suggested-by: Michal Simek <[email protected]> Cc: Luis Chamberlain <[email protected]> Cc: [email protected] Cc: [email protected] Cc: Hitomi Hasegawa <[email protected]> Cc: Jassi Brar <[email protected]> Cc: Michal Simek <[email protected]> Cc: [email protected] Signed-off-by: Luis Chamberlain <[email protected]>
-rw-r--r--drivers/mailbox/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mailbox/Kconfig b/drivers/mailbox/Kconfig
index 1495965bc394..af6b0f5b491d 100644
--- a/drivers/mailbox/Kconfig
+++ b/drivers/mailbox/Kconfig
@@ -259,7 +259,7 @@ config MTK_CMDQ_MBOX
during the vblank.
config ZYNQMP_IPI_MBOX
- bool "Xilinx ZynqMP IPI Mailbox"
+ tristate "Xilinx ZynqMP IPI Mailbox"
depends on ARCH_ZYNQMP && OF
help
Say yes here to add support for Xilinx IPI mailbox driver.