aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Branden <scott.branden@broadcom.com>2017-10-03 01:21:50 -0400
committerJassi Brar <jaswinder.singh@linaro.org>2017-10-27 03:33:05 -0400
commit8f82121dcf32b168412c2a5eb33a493f81f436e8 (patch)
treef817fc2d5e5bd3d5fb90b1de83e99be995a591a3
parentca194c38305d6b554d5aa85ba44b9e68bf1d9692 (diff)
mailbox: bcm-flexrm-mailbox: add depends on ARCH_BCM_IPROC
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.branden@broadcom.com> Reviewed-by: Ray Jui <ray.jui@broadcom.com> Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
-rw-r--r--drivers/mailbox/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mailbox/Kconfig b/drivers/mailbox/Kconfig
index c5731e5e3c6c..3161f2322eb2 100644
--- a/drivers/mailbox/Kconfig
+++ b/drivers/mailbox/Kconfig
@@ -163,6 +163,7 @@ config BCM_PDC_MBOX
163config BCM_FLEXRM_MBOX 163config BCM_FLEXRM_MBOX
164 tristate "Broadcom FlexRM Mailbox" 164 tristate "Broadcom FlexRM Mailbox"
165 depends on ARM64 165 depends on ARM64
166 depends on ARCH_BCM_IPROC || COMPILE_TEST
166 depends on HAS_DMA 167 depends on HAS_DMA
167 select GENERIC_MSI_IRQ_DOMAIN 168 select GENERIC_MSI_IRQ_DOMAIN
168 default ARCH_BCM_IPROC 169 default ARCH_BCM_IPROC