mailbox: sprd: Add Spreadtrum mailbox driver
[linux-2.6-microblaze.git] / drivers / mailbox / Kconfig
index 5a577a6..e03f3fb 100644 (file)
@@ -236,4 +236,12 @@ config SUN6I_MSGBOX
          various Allwinner SoCs. This mailbox is used for communication
          between the application CPUs and the power management coprocessor.
 
+config SPRD_MBOX
+       tristate "Spreadtrum Mailbox"
+       depends on ARCH_SPRD || COMPILE_TEST
+       help
+         Mailbox driver implementation for the Spreadtrum platform. It is used
+         to send message between application processors and MCU. Say Y here if
+         you want to build the Spreatrum mailbox controller driver.
+
 endif