From: Rob Rice <rob.rice@broadcom.com>
To: Jassi Brar <jassisinghbrar@gmail.com>
Cc: Fengguang Wu <fengguang.wu@intel.com>,
Ray Jui <rjui@broadcom.com>,
Scott Branden <sbranden@broadcom.com>,
rob.rice@broadcom.com, linux-kernel@vger.kernel.org,
bcm-kernel-feedback-list@broadcom.com,
Rob Rice <rrice@broadcom.com>
Subject: [PATCH 1/1] mailbox: Add HAS_DMA Kconfig dependency to BCM_PDC_MBOX
Date: Mon, 1 Aug 2016 13:03:41 -0400 [thread overview]
Message-ID: <1470071021-4060-2-git-send-email-rob.rice@broadcom.com> (raw)
In-Reply-To: <1470071021-4060-1-git-send-email-rob.rice@broadcom.com>
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
next prev parent reply other threads:[~2016-08-01 17:04 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-01 17:03 [PATCH 0/1] BCM_PDC_MBOX Depends on HAS_DMA Rob Rice
2016-08-01 17:03 ` Rob Rice [this message]
2016-08-03 18:04 ` [PATCH 1/1] mailbox: Add HAS_DMA Kconfig dependency to BCM_PDC_MBOX Geert Uytterhoeven
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1470071021-4060-2-git-send-email-rob.rice@broadcom.com \
--to=rob.rice@broadcom.com \
--cc=bcm-kernel-feedback-list@broadcom.com \
--cc=fengguang.wu@intel.com \
--cc=jassisinghbrar@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=rjui@broadcom.com \
--cc=rrice@broadcom.com \
--cc=sbranden@broadcom.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome