diff options
Diffstat (limited to 'drivers/mailbox/Kconfig')
-rw-r--r-- | drivers/mailbox/Kconfig | 9 |
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 | ||
8 | if MAILBOX | 8 | if MAILBOX |
9 | |||
10 | config 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 | |||
9 | config PL320_MBOX | 18 | config PL320_MBOX |
10 | bool "ARM PL320 Mailbox" | 19 | bool "ARM PL320 Mailbox" |
11 | depends on ARM_AMBA | 20 | depends on ARM_AMBA |