From: Josh Boyer <jwboyer@fedoraproject.org>
To: Rameshwar Prasad Sahu <rsahu@apm.com>, Loc Ho <lho@apm.com>,
Vinod Koul <vinod.koul@intel.com>
Cc: dmaengine@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH] dmaengine: Make X-Gene driver depend on ARCH_XGENE
Date: Mon, 27 Apr 2015 08:33:14 -0400 [thread overview]
Message-ID: <20150427123241.GD23730@hansolo.redhat.com> (raw)
The driver is specific to the APM X-Gene SoC. Make it depend on that
arch so that users are not unnecessarily prompted about it.
Signed-off-by: Josh Boyer <jwboyer@fedoraproject.org>
---
drivers/dma/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig
index fd7ac13f2574..297ce56550dd 100644
--- a/drivers/dma/Kconfig
+++ b/drivers/dma/Kconfig
@@ -437,6 +437,7 @@ config IMG_MDC_DMA
config XGENE_DMA
tristate "APM X-Gene DMA support"
+ depends on ARCH_XGENE
select DMA_ENGINE
select DMA_ENGINE_RAID
select ASYNC_TX_ENABLE_CHANNEL_SWITCH
--
2.1.0
next reply other threads:[~2015-04-27 12:35 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-27 12:33 Josh Boyer [this message]
2015-05-04 8:27 ` [PATCH] dmaengine: Make X-Gene driver depend on ARCH_XGENE Vinod Koul
2015-05-04 15:02 ` Josh Boyer
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=20150427123241.GD23730@hansolo.redhat.com \
--to=jwboyer@fedoraproject.org \
--cc=dmaengine@vger.kernel.org \
--cc=lho@apm.com \
--cc=linux-kernel@vger.kernel.org \
--cc=rsahu@apm.com \
--cc=vinod.koul@intel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.