Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1447607
| From | John Stultz <john.stultz@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 7/7] Kconfig: Allow k3dma driver to be selected for more then HISI3xx platforms |
| Date | 2016-07-21 06:00 +0200 |
| Message-ID | <rXdjs-25c-15@gated-at.bofh.it> (permalink) |
| References | <rXdjr-25c-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
This allows the k3dma driver to be selected on HiKey via the ARCH_HISI dependency. 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> Signed-off-by: John Stultz <john.stultz@linaro.org> --- v2: * Use ARCH_HISI and COMPILE_TEST dependency, suggested by Mark Brown, instead of just removing all dependencies. --- drivers/dma/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig index 8c98779..838b932 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig @@ -279,7 +279,7 @@ config INTEL_MIC_X100_DMA config K3_DMA tristate "Hisilicon K3 DMA support" - depends on ARCH_HI3xxx + depends on ARCH_HI3xxx || ARCH_HISI || COMPILE_TEST select DMA_ENGINE select DMA_VIRTUAL_CHANNELS help -- 1.9.1
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 0/7 v3] K3DMA fixes for HiKey HDMI audio John Stultz <john.stultz@linaro.org> - 2016-07-21 06:00 +0200
[PATCH 4/7] k3dma: Add cyclic mode for audio John Stultz <john.stultz@linaro.org> - 2016-07-21 06:00 +0200
Re: [PATCH 4/7] k3dma: Add cyclic mode for audio Vinod Koul <vinod.koul@intel.com> - 2016-07-24 09:30 +0200
[PATCH 7/7] Kconfig: Allow k3dma driver to be selected for more then HISI3xx platforms John Stultz <john.stultz@linaro.org> - 2016-07-21 06:00 +0200
[PATCH 6/7] k3dma: Fix occasional DMA ERR issue by using proper dma api John Stultz <john.stultz@linaro.org> - 2016-07-21 06:00 +0200
Re: [PATCH 6/7] k3dma: Fix occasional DMA ERR issue by using proper dma api zhangfei <zhangfei.gao@linaro.org> - 2016-07-21 06:30 +0200
Re: [PATCH 6/7] k3dma: Fix occasional DMA ERR issue by using proper dma api John Stultz <john.stultz@linaro.org> - 2016-07-21 07:30 +0200
Re: [PATCH 6/7] k3dma: Fix occasional DMA ERR issue by using proper dma api Andy Green <andy@warmcat.com> - 2016-07-21 08:30 +0200
Re: [PATCH 6/7] k3dma: Fix occasional DMA ERR issue by using proper dma api Mark Brown <broonie@kernel.org> - 2016-07-21 12:50 +0200
Re: [PATCH 6/7] k3dma: Fix occasional DMA ERR issue by using proper dma api Andy Green <andy@warmcat.com> - 2016-07-21 15:20 +0200
Re: [PATCH 6/7] k3dma: Fix occasional DMA ERR issue by using proper dma api John Stultz <john.stultz@linaro.org> - 2016-07-21 18:20 +0200
Re: [PATCH 6/7] k3dma: Fix occasional DMA ERR issue by using proper dma api Andy Green <andy@warmcat.com> - 2016-07-21 22:00 +0200
Re: [PATCH 6/7] k3dma: Fix occasional DMA ERR issue by using proper dma api zhangfei <zhangfei.gao@linaro.org> - 2016-07-21 18:10 +0200
csiph-web