]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - rpmsg/hwspinlock.git/blobdiff - drivers/mailbox/Kconfig
mailbox: Add driver for Broadcom FlexRM ring manager
[rpmsg/hwspinlock.git] / drivers / mailbox / Kconfig
index 91eafb56568e2303480e716873f8ce6956cc7067..0b6f25e26c7c3d13693e2da5e93e5d7671eb416e 100644 (file)
@@ -151,4 +151,15 @@ config BCM_PDC_MBOX
          Mailbox implementation for the Broadcom FlexSparx DMA ring manager,
          which provides access to various offload engines on Broadcom
          SoCs, including FA2/FA+ on Northstar Plus and PDC on Northstar 2.
+
+config BCM_FLEXRM_MBOX
+       tristate "Broadcom FlexRM Mailbox"
+       depends on ARM64 || COMPILE_TEST
+       depends on HAS_DMA
+       select GENERIC_MSI_IRQ_DOMAIN
+       default ARCH_BCM_IPROC
+       help
+         Mailbox implementation of the Broadcom FlexRM ring manager,
+         which provides access to various offload engines on Broadcom
+         SoCs. Say Y here if you want to use the Broadcom FlexRM.
 endif