From 8c4648b5ef499e59dc7e3c0fd0ba4b58bb0f8aac Mon Sep 17 00:00:00 2001 From: Nishanth Menon Date: Wed, 7 Nov 2018 18:22:27 -0600 Subject: [PATCH 1/1] drivers: mailbox: Make ti-msgmr driver depend on ARCH_K3 commit cfc0f7a8ea807bf318a1aa755a6a03d469e02725 upstream ti-msgmr driver can support K3 platforms as well. Signed-off-by: Nishanth Menon Signed-off-by: Jassi Brar --- drivers/mailbox/Kconfig | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/mailbox/Kconfig b/drivers/mailbox/Kconfig index 841c005d8ebb..3eeb12e93e98 100644 --- a/drivers/mailbox/Kconfig +++ b/drivers/mailbox/Kconfig @@ -105,12 +105,12 @@ config STI_MBOX config TI_MESSAGE_MANAGER tristate "Texas Instruments Message Manager Driver" - depends on ARCH_KEYSTONE + depends on ARCH_KEYSTONE || ARCH_K3 help An implementation of Message Manager slave driver for Keystone - architecture SoCs from Texas Instruments. Message Manager is a - communication entity found on few of Texas Instrument's keystone - architecture SoCs. These may be used for communication between + and K3 architecture SoCs from Texas Instruments. Message Manager + is a communication entity found on few of Texas Instrument's keystone + and K3 architecture SoCs. These may be used for communication between multiple processors within the SoC. Select this driver if your platform has support for the hardware block. -- 2.39.2