diff options
-rw-r--r-- | drivers/mailbox/Kconfig | 1 |
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 | |||
163 | config BCM_FLEXRM_MBOX | 163 | config 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 |