Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1460722 > unrolled thread
| Started by | Fabian Frederick <fabf@skynet.be> |
|---|---|
| First post | 2016-08-11 20:10 +0200 |
| Last post | 2016-08-15 16:30 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH 1/1 linux-next] ARM: multi_v7_defconfig: update XILINX_VDMA Fabian Frederick <fabf@skynet.be> - 2016-08-11 20:10 +0200
Re: [PATCH 1/1 linux-next] ARM: multi_v7_defconfig: update XILINX_VDMA Shawn Guo <shawnguo@kernel.org> - 2016-08-15 16:30 +0200
| From | Fabian Frederick <fabf@skynet.be> |
|---|---|
| Date | 2016-08-11 20:10 +0200 |
| Subject | [PATCH 1/1 linux-next] ARM: multi_v7_defconfig: update XILINX_VDMA |
| Message-ID | <s52Ay-7iZ-7@gated-at.bofh.it> |
Commit fde57a7c4474
("dmaengine: xilinx: Rename driver and config")
renamed config XILINX_VDMA to config XILINX_DMA
Update defconfig accordingly.
Signed-off-by: Fabian Frederick <fabf@skynet.be>
---
arch/arm/configs/multi_v7_defconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index 7db8dce..d3ef852 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -784,7 +784,7 @@ CONFIG_MXS_DMA=y
CONFIG_DMA_BCM2835=y
CONFIG_DMA_OMAP=y
CONFIG_QCOM_BAM_DMA=y
-CONFIG_XILINX_VDMA=y
+CONFIG_XILINX_DMA=y
CONFIG_DMA_SUN6I=y
CONFIG_STAGING=y
CONFIG_SENSORS_ISL29018=y
--
2.8.1
[toc] | [next] | [standalone]
| From | Shawn Guo <shawnguo@kernel.org> |
|---|---|
| Date | 2016-08-15 16:30 +0200 |
| Subject | Re: [PATCH 1/1 linux-next] ARM: multi_v7_defconfig: update XILINX_VDMA |
| Message-ID | <s6r3Q-6HX-21@gated-at.bofh.it> |
| In reply to | #1460722 |
On Thu, Aug 11, 2016 at 08:01:01PM +0200, Fabian Frederick wrote:
> Commit fde57a7c4474
> ("dmaengine: xilinx: Rename driver and config")
>
> renamed config XILINX_VDMA to config XILINX_DMA
> Update defconfig accordingly.
>
> Signed-off-by: Fabian Frederick <fabf@skynet.be>
I do not see how this change is related to IMX support. Please send it
to arm-soc folks.
Shawn
> ---
> arch/arm/configs/multi_v7_defconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
> index 7db8dce..d3ef852 100644
> --- a/arch/arm/configs/multi_v7_defconfig
> +++ b/arch/arm/configs/multi_v7_defconfig
> @@ -784,7 +784,7 @@ CONFIG_MXS_DMA=y
> CONFIG_DMA_BCM2835=y
> CONFIG_DMA_OMAP=y
> CONFIG_QCOM_BAM_DMA=y
> -CONFIG_XILINX_VDMA=y
> +CONFIG_XILINX_DMA=y
> CONFIG_DMA_SUN6I=y
> CONFIG_STAGING=y
> CONFIG_SENSORS_ISL29018=y
> --
> 2.8.1
>
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web