From: Scott Branden <scott.bran...@broadcom.com>

The Broadcom FlexRM Mailbox is only present in the Broadcom IPROC SoCs.
Add depends on ARCH_BCM_IPROC to BCM_FLEXRX_MBOX.

Signed-off-by: Scott Branden <scott.bran...@broadcom.com>
Reviewed-by: Ray Jui <ray....@broadcom.com>
---
 drivers/mailbox/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/mailbox/Kconfig b/drivers/mailbox/Kconfig
index c5731e5..3161f23 100644
--- a/drivers/mailbox/Kconfig
+++ b/drivers/mailbox/Kconfig
@@ -163,6 +163,7 @@ config BCM_PDC_MBOX
 config BCM_FLEXRM_MBOX
        tristate "Broadcom FlexRM Mailbox"
        depends on ARM64
+       depends on ARCH_BCM_IPROC || COMPILE_TEST
        depends on HAS_DMA
        select GENERIC_MSI_IRQ_DOMAIN
        default ARCH_BCM_IPROC
-- 
2.7.4

Reply via email to