mailbox: Enable BCM2835 mailbox support
[firefly-linux-kernel-4.4.55.git] / drivers / mailbox / Kconfig
index 4a418d2f656489d728b97767b95e1f99ac778681..e269f084497dc5a531bdccc58563ed95e53fdbdb 100644 (file)
@@ -61,4 +61,13 @@ config ALTERA_MBOX
          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.
+
+config BCM2835_MBOX
+       tristate "BCM2835 Mailbox"
+       depends on ARCH_BCM2835
+       help
+         An implementation of the BCM2385 Mailbox.  It is used to invoke
+         the services of the Videocore. Say Y here if you want to use the
+         BCM2835 Mailbox.
+
 endif