diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2017-03-29 16:11:14 +1100 |
---|---|---|
committer | Stephen Rothwell <sfr@canb.auug.org.au> | 2017-03-29 17:03:13 +1100 |
commit | f2d29c8e02e5fd253ff1154ed8dc8272e8b6a11c (patch) | |
tree | 5f99b182ddf9920c7f55b4b14372ace9bc807599 | |
parent | acac1db4bec612eced71715801c205122bec2d50 (diff) |
mailbox: do not compile test the Broadcom FlexRM Mailbox driver
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
-rw-r--r-- | drivers/mailbox/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mailbox/Kconfig b/drivers/mailbox/Kconfig index 0b6f25e26c7c..ee1a3d9147ef 100644 --- a/drivers/mailbox/Kconfig +++ b/drivers/mailbox/Kconfig @@ -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 |