mirror of
https://github.com/torvalds/linux.git
synced 2024-11-19 02:21:47 +00:00
mailbox: Add HAS_DMA Kconfig dependency to BCM_PDC_MBOX
Add HAS_DMA Kconfig dependency to BCM_PDC_MBOX to avoid link error on some platforms. Reported-by: Fengguang Wu <fengguang.wu@intel.com> Signed-off-by: Rob Rice <rrice@broadcom.com> Acked-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
This commit is contained in:
parent
5e608a0270
commit
e0c6fba45a
@ -127,6 +127,7 @@ config XGENE_SLIMPRO_MBOX
|
|||||||
config BCM_PDC_MBOX
|
config BCM_PDC_MBOX
|
||||||
tristate "Broadcom PDC Mailbox"
|
tristate "Broadcom PDC Mailbox"
|
||||||
depends on ARM64 || COMPILE_TEST
|
depends on ARM64 || COMPILE_TEST
|
||||||
|
depends on HAS_DMA
|
||||||
default ARCH_BCM_IPROC
|
default ARCH_BCM_IPROC
|
||||||
help
|
help
|
||||||
Mailbox implementation for the Broadcom PDC ring manager,
|
Mailbox implementation for the Broadcom PDC ring manager,
|
||||||
|
Loading…
Reference in New Issue
Block a user