]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
drivers: mailbox: Make ti-msgmr driver depend on ARCH_K3
authorNishanth Menon <nm@ti.com>
Tue, 28 Aug 2018 00:53:11 +0000 (19:53 -0500)
committerJassi Brar <jaswinder.singh@linaro.org>
Sat, 29 Sep 2018 07:12:39 +0000 (12:42 +0530)
ti-msgmr driver can support K3 platforms as well.

Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
drivers/mailbox/Kconfig

index 841c005d8ebb2f720047a984ff25c0d974a37dff..3eeb12e93e986fd009818182a6a813645c14b5d9 100644 (file)
@@ -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.