ext2: Add alignment check for DAX mount
[cascardo/linux.git] / drivers / mailbox / Kconfig
index b2bbe86..5305923 100644 (file)
@@ -43,6 +43,15 @@ config OMAP_MBOX_KFIFO_SIZE
          This can also be changed at runtime (via the mbox_kfifo_size
          module parameter).
 
+config ROCKCHIP_MBOX
+       bool "Rockchip Soc Intergrated Mailbox Support"
+       depends on ARCH_ROCKCHIP || COMPILE_TEST
+       help
+         This driver provides support for inter-processor communication
+         between CPU cores and MCU processor on Some Rockchip SOCs.
+         Please check it that the Soc you use have Mailbox hardware.
+         Say Y here if you want to use the Rockchip Mailbox support.
+
 config PCC
        bool "Platform Communication Channel Driver"
        depends on ACPI
@@ -78,6 +87,25 @@ config STI_MBOX
          Mailbox implementation for STMicroelectonics family chips with
          hardware for interprocessor communication.
 
+config TI_MESSAGE_MANAGER
+       tristate "Texas Instruments Message Manager Driver"
+       depends on ARCH_KEYSTONE
+       help
+         An implementation of Message Manager slave driver for Keystone
+         architecture SoCs from Texas Instruments. Message Manager is a
+         communication entity found on few of Texas Instrument's keystone
+         architecture SoCs. These may be used for communication between
+         multiple processors within the SoC. Select this driver if your
+         platform has support for the hardware block.
+
+config HI6220_MBOX
+       tristate "Hi6220 Mailbox"
+       depends on ARCH_HISI
+       help
+         An implementation of the hi6220 mailbox. It is used to send message
+         between application processors and MCU. Say Y here if you want to
+         build Hi6220 mailbox controller driver.
+
 config MAILBOX_TEST
        tristate "Mailbox Test Client"
        depends on OF
@@ -86,4 +114,13 @@ config MAILBOX_TEST
          Test client to help with testing new Controller driver
          implementations.
 
+config XGENE_SLIMPRO_MBOX
+       tristate "APM SoC X-Gene SLIMpro Mailbox Controller"
+       depends on ARCH_XGENE
+       help
+         An implementation of the APM X-Gene Interprocessor Communication
+         Mailbox (IPCM) between the ARM 64-bit cores and SLIMpro controller.
+         It is used to send short messages between ARM64-bit cores and
+         the SLIMpro Management Engine, primarily for PM. Say Y here if you
+         want to use the APM X-Gene SLIMpro IPCM support.
 endif