Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1453330 > unrolled thread
| Started by | Rob Rice <rob.rice@broadcom.com> |
|---|---|
| First post | 2016-08-01 19:10 +0200 |
| Last post | 2016-08-03 20:10 +0200 |
| Articles | 3 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH 0/1] BCM_PDC_MBOX Depends on HAS_DMA Rob Rice <rob.rice@broadcom.com> - 2016-08-01 19:10 +0200
[PATCH 1/1] mailbox: Add HAS_DMA Kconfig dependency to BCM_PDC_MBOX Rob Rice <rob.rice@broadcom.com> - 2016-08-01 19:10 +0200
Re: [PATCH 1/1] mailbox: Add HAS_DMA Kconfig dependency to BCM_PDC_MBOX Geert Uytterhoeven <geert@linux-m68k.org> - 2016-08-03 20:10 +0200
| From | Rob Rice <rob.rice@broadcom.com> |
|---|---|
| Date | 2016-08-01 19:10 +0200 |
| Subject | [PATCH 0/1] BCM_PDC_MBOX Depends on HAS_DMA |
| Message-ID | <s1oT0-Iy-31@gated-at.bofh.it> |
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
[toc] | [next] | [standalone]
| From | Rob Rice <rob.rice@broadcom.com> |
|---|---|
| Date | 2016-08-01 19:10 +0200 |
| Subject | [PATCH 1/1] mailbox: Add HAS_DMA Kconfig dependency to BCM_PDC_MBOX |
| Message-ID | <s1oT1-Iy-41@gated-at.bofh.it> |
| In reply to | #1453330 |
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
[toc] | [prev] | [next] | [standalone]
| From | Geert Uytterhoeven <geert@linux-m68k.org> |
|---|---|
| Date | 2016-08-03 20:10 +0200 |
| Subject | Re: [PATCH 1/1] mailbox: Add HAS_DMA Kconfig dependency to BCM_PDC_MBOX |
| Message-ID | <s28Mb-62m-39@gated-at.bofh.it> |
| In reply to | #1453333 |
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
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web