mailbox: Add generic mechanism for testing Mailbox Controllers
[firefly-linux-kernel-4.4.55.git] / drivers / mailbox / Kconfig
index 7b53386f94151b5fb4fd6753c9374d14c98a7b26..546d05f4358a7c452ee80366b3ae782e685fd7ef 100644 (file)
@@ -78,4 +78,11 @@ config STI_MBOX
          Mailbox implementation for STMicroelectonics family chips with
          hardware for interprocessor communication.
 
+config MAILBOX_TEST
+       tristate "Mailbox Test Client"
+       depends on OF
+       help
+         Test client to help with testing new Controller driver
+         implementations.
+
 endif