diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2016-03-23 06:09:15 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2016-03-23 06:09:15 -0700 |
commit | 988faa7312b490c8a9e7fcdca434c6bf3f3af97b (patch) | |
tree | a5cd5c53b474fc2cbfb2ba5bced836b7ae6b60e5 /drivers/mailbox/Kconfig | |
parent | 33c1f638a0feda92ffcb507c302482a5e6158a87 (diff) | |
parent | aace66b170ce7feda2d1860a81eefff37fa9d1d2 (diff) | |
download | op-kernel-dev-988faa7312b490c8a9e7fcdca434c6bf3f3af97b.zip op-kernel-dev-988faa7312b490c8a9e7fcdca434c6bf3f3af97b.tar.gz |
Merge branch 'mailbox-for-next' of git://git.linaro.org/landing-teams/working/fujitsu/integration
Pull more mailbox updates from Jassi Brar:
"Device tree bindings and driver for TI's Message-Manager controller.
Due to some last minute cosmetic changes, the driver was not included
in the first pull request, otherwise the driver has been reviewed
twice"
* 'mailbox-for-next' of git://git.linaro.org/landing-teams/working/fujitsu/integration:
mailbox: Introduce TI message manager driver
Documentation: dt: mailbox: Add TI Message Manager
Diffstat (limited to 'drivers/mailbox/Kconfig')
-rw-r--r-- | drivers/mailbox/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/mailbox/Kconfig b/drivers/mailbox/Kconfig index 0971984..5305923 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 |