Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1444722 > unrolled thread

[RFC][PATCH 5/7] Kconfig: Allow k3dma driver to be selected for more then HISI3xx platforms

Started byJohn Stultz <john.stultz@linaro.org>
First post2016-07-16 04:20 +0200
Last post2016-07-16 13:20 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [RFC][PATCH 5/7] Kconfig: Allow k3dma driver to be selected for more then HISI3xx platforms John Stultz <john.stultz@linaro.org> - 2016-07-16 04:20 +0200
    Re: [RFC][PATCH 5/7] Kconfig: Allow k3dma driver to be selected for  more then HISI3xx platforms Mark Brown <broonie@kernel.org> - 2016-07-16 13:20 +0200

#1444722 — [RFC][PATCH 5/7] Kconfig: Allow k3dma driver to be selected for more then HISI3xx platforms

FromJohn Stultz <john.stultz@linaro.org>
Date2016-07-16 04:20 +0200
Subject[RFC][PATCH 5/7] Kconfig: Allow k3dma driver to be selected for more then HISI3xx platforms
Message-ID<rVnmV-6qg-5@gated-at.bofh.it>
This allows the k3dma driver to be selected on HiKey

Cc: Zhangfei Gao <zhangfei.gao@linaro.org>
Cc: Jingoo Han <jg1.han@samsung.com>
Cc: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Cc: Maxime Ripard <maxime.ripard@free-electrons.com>
Cc: Vinod Koul <vinod.koul@intel.com>
Cc: Dan Williams <dan.j.williams@intel.com>
Cc: Liam Girdwood <lgirdwood@gmail.com>
Cc: Mark Brown <broonie@kernel.org>
Cc: Jaroslav Kysela <perex@perex.cz>
Cc: Takashi Iwai <tiwai@suse.com>
Cc: Wei Xu <xuwei5@hisilicon.com>
Cc: Rob Herring <robh+dt@kernel.org>
Cc: Andy Green <andy@warmcat.com>
Cc: Dave Long <dave.long@linaro.org>
Cc: Guodong Xu <guodong.xu@linaro.org>
Signed-off-by: John Stultz <john.stultz@linaro.org>
---
 drivers/dma/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig
index 8c98779..c5a230d 100644
--- a/drivers/dma/Kconfig
+++ b/drivers/dma/Kconfig
@@ -279,7 +279,6 @@ config INTEL_MIC_X100_DMA
 
 config K3_DMA
 	tristate "Hisilicon K3 DMA support"
-	depends on ARCH_HI3xxx
 	select DMA_ENGINE
 	select DMA_VIRTUAL_CHANNELS
 	help
-- 
1.9.1

[toc] | [next] | [standalone]


#1444817 — Re: [RFC][PATCH 5/7] Kconfig: Allow k3dma driver to be selected for more then HISI3xx platforms

FromMark Brown <broonie@kernel.org>
Date2016-07-16 13:20 +0200
SubjectRe: [RFC][PATCH 5/7] Kconfig: Allow k3dma driver to be selected for more then HISI3xx platforms
Message-ID<rVvNw-38N-7@gated-at.bofh.it>
In reply to#1444722

[Multipart message — attachments visible in raw view] — view raw

On Fri, Jul 15, 2016 at 07:13:25PM -0700, John Stultz wrote:

> This allows the k3dma driver to be selected on HiKey

>  config K3_DMA
>  	tristate "Hisilicon K3 DMA support"
> -	depends on ARCH_HI3xxx
>  	select DMA_ENGINE
>  	select DMA_VIRTUAL_CHANNELS
>  	help

And *every* other platform ever.  You probably want 

	ARCH_HI3xxx || ARCH_HISI || COMPILE_TEST

here.

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web