aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mailbox/Kconfig
diff options
context:
space:
mode:
authorNishanth Menon <nm@ti.com>2016-03-16 19:23:14 -0500
committerJassi Brar <jaswinder.singh@linaro.org>2016-03-21 20:33:15 +0530
commitaace66b170ce7feda2d1860a81eefff37fa9d1d2 (patch)
tree230f551164f7ce7279410cc96bf2970bd9f9e945 /drivers/mailbox/Kconfig
parentDocumentation: dt: mailbox: Add TI Message Manager (diff)
downloadlinux-dev-aace66b170ce7feda2d1860a81eefff37fa9d1d2.tar.xz
linux-dev-aace66b170ce7feda2d1860a81eefff37fa9d1d2.zip
mailbox: Introduce TI message manager driver
Support for TI Message Manager Module. This hardware block manages a bunch of hardware queues meant for communication between processor entities. Clients sitting on top of this would manage the required protocol for communicating with the counterpart entities. For more details on TI Message Manager hardware block, see documentation that will is available here: http://www.ti.com/lit/ug/spruhy8/spruhy8.pdf Chapter 8.1(Message Manager) Signed-off-by: Nishanth Menon <nm@ti.com> Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
Diffstat (limited to 'drivers/mailbox/Kconfig')
-rw-r--r--drivers/mailbox/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/mailbox/Kconfig b/drivers/mailbox/Kconfig
index 09719843ad4a..5305923752d2 100644
--- a/drivers/mailbox/Kconfig
+++ b/drivers/mailbox/Kconfig
@@ -87,6 +87,17 @@ config STI_MBOX
Mailbox implementation for STMicroelectonics family chips with
hardware for interprocessor communication.
+config TI_MESSAGE_MANAGER
+ tristate "Texas Instruments Message Manager Driver"
+ depends on ARCH_KEYSTONE
+ 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
+ multiple processors within the SoC. Select this driver if your
+ platform has support for the hardware block.
+
config HI6220_MBOX
tristate "Hi6220 Mailbox"
depends on ARCH_HISI