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


Groups > linux.kernel > #1444817

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

From Mark Brown <broonie@kernel.org>
Newsgroups linux.kernel
Subject Re: [RFC][PATCH 5/7] Kconfig: Allow k3dma driver to be selected for more then HISI3xx platforms
Date 2016-07-16 13:20 +0200
Message-ID <rVvNw-38N-7@gated-at.bofh.it> (permalink)
References <rVnmV-6qg-3@gated-at.bofh.it> <rVnmV-6qg-5@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


[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.

Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread


Thread

[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

csiph-web