aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mailbox/Kconfig
diff options
context:
space:
mode:
authorJassi Brar <jaswinder.singh@linaro.org>2014-06-26 09:39:42 -0400
committerJassi Brar <jaswinder.singh@linaro.org>2015-03-17 01:42:01 -0400
commitee23d66af9219dfe2407a9b08ef9a165dbe6f994 (patch)
tree5091f3e2b8eb928c982ec1af7593804372956fbe /drivers/mailbox/Kconfig
parent33350e6b1833b15cf9c9c4c84d8534ad68b0c7b8 (diff)
mailbox: arm_mhu: add driver for ARM MHU controller
Add driver for the ARM Primecell Message-Handling-Unit(MHU) controller. Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org> Signed-off-by: Andy Green <andy.green@linaro.org> Signed-off-by: Vincent Yang <vincent.yang@socionext.com> Signed-off-by: Tetsuya Nuriya <nuriya.tetsuya@socionext.com>
Diffstat (limited to 'drivers/mailbox/Kconfig')
-rw-r--r--drivers/mailbox/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/mailbox/Kconfig b/drivers/mailbox/Kconfig
index 84325f267acf..84b0a2d74d60 100644
--- a/drivers/mailbox/Kconfig
+++ b/drivers/mailbox/Kconfig
@@ -6,6 +6,15 @@ menuconfig MAILBOX
6 signals. Say Y if your platform supports hardware mailboxes. 6 signals. Say Y if your platform supports hardware mailboxes.
7 7
8if MAILBOX 8if MAILBOX
9
10config ARM_MHU
11 tristate "ARM MHU Mailbox"
12 depends on ARM_AMBA
13 help
14 Say Y here if you want to build the ARM MHU controller driver.
15 The controller has 3 mailbox channels, the last of which can be
16 used in Secure mode only.
17
9config PL320_MBOX 18config PL320_MBOX
10 bool "ARM PL320 Mailbox" 19 bool "ARM PL320 Mailbox"
11 depends on ARM_AMBA 20 depends on ARM_AMBA