linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/1] BCM_PDC_MBOX Depends on HAS_DMA
@ 2016-08-01 17:03 Rob Rice
  2016-08-01 17:03 ` [PATCH 1/1] mailbox: Add HAS_DMA Kconfig dependency to BCM_PDC_MBOX Rob Rice
  0 siblings, 1 reply; 3+ messages in thread
From: Rob Rice @ 2016-08-01 17:03 UTC (permalink / raw)
  To: Jassi Brar
  Cc: Fengguang Wu, Ray Jui, Scott Branden, rob.rice, linux-kernel,
	bcm-kernel-feedback-list, Rob Rice

From: Rob Rice <rrice@broadcom.com>

Adding dependency on HAS_DMA for the Broadcom PDC mailbox driver
to address kbuild test robot linker error.

Rob Rice (1):
  mailbox: Add HAS_DMA Kconfig dependency to BCM_PDC_MBOX

 drivers/mailbox/Kconfig | 1 +
 1 file changed, 1 insertion(+)

-- 
2.1.0

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 1/1] mailbox: Add HAS_DMA Kconfig dependency to BCM_PDC_MBOX
  2016-08-01 17:03 [PATCH 0/1] BCM_PDC_MBOX Depends on HAS_DMA Rob Rice
@ 2016-08-01 17:03 ` Rob Rice
  2016-08-03 18:04   ` Geert Uytterhoeven
  0 siblings, 1 reply; 3+ messages in thread
From: Rob Rice @ 2016-08-01 17:03 UTC (permalink / raw)
  To: Jassi Brar
  Cc: Fengguang Wu, Ray Jui, Scott Branden, rob.rice, linux-kernel,
	bcm-kernel-feedback-list, Rob Rice

From: Rob Rice <rrice@broadcom.com>

Add HAS_DMA Kconfig dependency to BCM_PDC_MBOX to avoid link
error on some platforms.

Reported-by: Fengguang Wu <fengguang.wu@intel.com>
---
 drivers/mailbox/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/mailbox/Kconfig b/drivers/mailbox/Kconfig
index 97c3729..7817d40 100644
--- a/drivers/mailbox/Kconfig
+++ b/drivers/mailbox/Kconfig
@@ -127,6 +127,7 @@ config XGENE_SLIMPRO_MBOX
 config BCM_PDC_MBOX
 	tristate "Broadcom PDC Mailbox"
 	depends on ARM64 || COMPILE_TEST
+	depends on HAS_DMA
 	default ARCH_BCM_IPROC
 	help
 	  Mailbox implementation for the Broadcom PDC ring manager,
-- 
2.1.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/1] mailbox: Add HAS_DMA Kconfig dependency to BCM_PDC_MBOX
  2016-08-01 17:03 ` [PATCH 1/1] mailbox: Add HAS_DMA Kconfig dependency to BCM_PDC_MBOX Rob Rice
@ 2016-08-03 18:04   ` Geert Uytterhoeven
  0 siblings, 0 replies; 3+ messages in thread
From: Geert Uytterhoeven @ 2016-08-03 18:04 UTC (permalink / raw)
  To: Rob Rice
  Cc: Jassi Brar, Fengguang Wu, Ray Jui, Scott Branden, linux-kernel,
	bcm-kernel-feedback-list, Rob Rice

On Mon, Aug 1, 2016 at 7:03 PM, Rob Rice <rob.rice@broadcom.com> wrote:
> From: Rob Rice <rrice@broadcom.com>
>
> Add HAS_DMA Kconfig dependency to BCM_PDC_MBOX to avoid link
> error on some platforms.
>
> Reported-by: Fengguang Wu <fengguang.wu@intel.com>

Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-08-03 18:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-01 17:03 [PATCH 0/1] BCM_PDC_MBOX Depends on HAS_DMA Rob Rice
2016-08-01 17:03 ` [PATCH 1/1] mailbox: Add HAS_DMA Kconfig dependency to BCM_PDC_MBOX Rob Rice
2016-08-03 18:04   ` Geert Uytterhoeven

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).