mailbox: Add support for ST's Mailbox IP
[firefly-linux-kernel-4.4.55.git] / drivers / mailbox / Kconfig
index bbec5009cdc2b8bd7d82612a17c07805d845575b..7b53386f94151b5fb4fd6753c9374d14c98a7b26 100644 (file)
@@ -71,4 +71,11 @@ config BCM2835_MBOX
          the services of the Videocore. Say Y here if you want to use the
          BCM2835 Mailbox.
 
+config STI_MBOX
+       tristate "STI Mailbox framework support"
+       depends on ARCH_STI && OF
+       help
+         Mailbox implementation for STMicroelectonics family chips with
+         hardware for interprocessor communication.
+
 endif