Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 73874913 authored by Anup Patel's avatar Anup Patel Committed by Jassi Brar
Browse files

mailbox: Remove depends on COMPILE_TEST for BCM_FLEXRM_MBOX



The Broadcom FlexRM mailbox driver uses platform MSI support but
not all ARCHs provide asm/msi.h. Due to this, we get compilation
error in Broadcom FlexRM mailbox driver via linux/msi.h on ARCHs
which lack asm/msi.h.

This patch removes "depends on COMPILE_TEST" for Kconfig option
BCM_FLEXRM_MBOX so that Broadcom FlexRM mailbox driver is only
compiled for ARM64.

Signed-off-by: default avatarAnup Patel <anup.patel@broadcom.com>
Signed-off-by: default avatarJassi Brar <jaswinder.singh@linaro.org>
parent 4605fff0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -154,7 +154,7 @@ config BCM_PDC_MBOX

config BCM_FLEXRM_MBOX
	tristate "Broadcom FlexRM Mailbox"
	depends on ARM64 || COMPILE_TEST
	depends on ARM64
	depends on HAS_DMA
	select GENERIC_MSI_IRQ_DOMAIN
	default ARCH_BCM_IPROC