public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dmaengine: enable mxs-dma for imx6sx
@ 2017-08-17 10:41 Mans Rullgard
  2017-08-21 16:40 ` Vinod Koul
  0 siblings, 1 reply; 3+ messages in thread
From: Mans Rullgard @ 2017-08-17 10:41 UTC (permalink / raw)
  To: Vinod Koul, Dan Williams, dmaengine, linux-kernel

The mxs-dma unit is also used on i.MX6SX. Make it selectable.

Signed-off-by: Mans Rullgard <mans@mansr.com>
---
 drivers/dma/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig
index 24e8597b2c3e..cb7ec780892d 100644
--- a/drivers/dma/Kconfig
+++ b/drivers/dma/Kconfig
@@ -354,7 +354,7 @@ config MV_XOR_V2
 
 config MXS_DMA
 	bool "MXS DMA support"
-	depends on SOC_IMX23 || SOC_IMX28 || SOC_IMX6Q || SOC_IMX6UL
+	depends on SOC_IMX23 || SOC_IMX28 || SOC_IMX6Q || SOC_IMX6SX || SOC_IMX6UL
 	select STMP_DEVICE
 	select DMA_ENGINE
 	help
-- 
2.14.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-08-22 11:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-17 10:41 [PATCH] dmaengine: enable mxs-dma for imx6sx Mans Rullgard
2017-08-21 16:40 ` Vinod Koul
2017-08-22 11:48   ` Måns Rullgård

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox