linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/6] ARM: s3c24xx: Remove S3C24XX_DMA dependency from S3C2410_DMA
@ 2014-06-30 19:20 Vasily Khoruzhick
  2014-06-30 19:20 ` [PATCH 2/6] ARM: s3c24xx: add dma_coherent_mask for DMA devices Vasily Khoruzhick
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Vasily Khoruzhick @ 2014-06-30 19:20 UTC (permalink / raw)
  To: linux-arm-kernel

S3C24XX_DMA enables legacy DMA driver, and since we want to
move to introduced generic dmaengine s3c24xx-dma driver,
it's necessary to remove this redundant dependency.

Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com>
---
 arch/arm/mach-s3c24xx/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/mach-s3c24xx/Kconfig b/arch/arm/mach-s3c24xx/Kconfig
index 04284de..8c2a7f3 100644
--- a/arch/arm/mach-s3c24xx/Kconfig
+++ b/arch/arm/mach-s3c24xx/Kconfig
@@ -133,7 +133,6 @@ config S3C2410_DMA_DEBUG
 
 config S3C2410_DMA
 	bool
-	depends on S3C24XX_DMA && (CPU_S3C2410 || CPU_S3C2442)
 	help
 	  DMA device selection for S3C2410 and compatible CPUs
 
-- 
2.0.0

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

end of thread, other threads:[~2014-06-30 19:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-30 19:20 [PATCH 1/6] ARM: s3c24xx: Remove S3C24XX_DMA dependency from S3C2410_DMA Vasily Khoruzhick
2014-06-30 19:20 ` [PATCH 2/6] ARM: s3c24xx: add dma_coherent_mask for DMA devices Vasily Khoruzhick
2014-06-30 19:20 ` [PATCH 3/6] ARM: s3c24xx: h1940: Add DMA device Vasily Khoruzhick
2014-06-30 19:20 ` [PATCH 4/6] ARM: s3c24xx: DMA: SDI channel requires handshake Vasily Khoruzhick
2014-06-30 19:20 ` [PATCH 5/6] ARM: s3c24xx: Kconfig: Fix unmet dependency on S3C2440_PLL_* symbols for S3C2442 Vasily Khoruzhick
2014-06-30 19:20 ` [PATCH 6/6] ARM: s3c24xx: RX1950: Add DMA device Vasily Khoruzhick

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).