diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2015-02-11 12:56:40 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-02-11 12:56:40 -0800 |
commit | bfe9183fdcc0575a648d1401facc649888a1f49a (patch) | |
tree | 8d5a9decfb3342f89dbed46d555d8e1c4e30dde1 /drivers/mailbox/Kconfig | |
parent | ce01e871a1d44cc97cdd7e5ba6cb0c3613c15552 (diff) | |
parent | f62092f6d77dfd9214ae753a24b76ba4ecd801d7 (diff) |
Merge branch 'mailbox-devel' of git://git.linaro.org/landing-teams/working/fujitsu/integration
Pull mailbox framework updates from Jassi Brar.
* 'mailbox-devel' of git://git.linaro.org/landing-teams/working/fujitsu/integration:
mailbox: Add Altera mailbox driver
mailbox: check for bit set before polling
Mailbox: Fix return value check in pcc_init()
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 |