diff options
author | Ley Foon Tan <lftan@altera.com> | 2015-02-04 11:32:18 +0300 |
---|---|---|
committer | Jassi Brar <jaswinder.singh@linaro.org> | 2015-02-06 08:28:27 +0300 |
commit | f62092f6d77dfd9214ae753a24b76ba4ecd801d7 (patch) | |
tree | bbd52e987eb8151254d2bddfb8fe2e907e0f4dce /drivers/mailbox/Kconfig | |
parent | 01340df8d3cd4d8f1773d5f1f569b77bbfce31ad (diff) | |
download | linux-f62092f6d77dfd9214ae753a24b76ba4ecd801d7.tar.xz |
mailbox: Add Altera mailbox driver
The Altera mailbox allows for interprocessor communication. It supports
only one channel and work as either sender or receiver.
Signed-off-by: Ley Foon Tan <lftan@altera.com>
Diffstat (limited to 'drivers/mailbox/Kconfig')
-rw-r--r-- | drivers/mailbox/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/mailbox/Kconfig b/drivers/mailbox/Kconfig index c04fed9eb15d..84325f267acf 100644 --- a/drivers/mailbox/Kconfig +++ b/drivers/mailbox/Kconfig @@ -45,4 +45,10 @@ config PCC states). Select this driver if your platform implements the PCC clients mentioned above. +config ALTERA_MBOX + tristate "Altera Mailbox" + help + An implementation of the Altera Mailbox soft core. It is used + to send message between processors. Say Y here if you want to use the + Altera mailbox support. endif |