]> git.karo-electronics.de Git - linux-beck.git/commitdiff
spi: s3c64xx: Do not require legacy DMA API in case of S3C64XX
authorTomasz Figa <tomasz.figa@gmail.com>
Wed, 16 Oct 2013 19:10:52 +0000 (21:10 +0200)
committerMark Brown <broonie@linaro.org>
Sun, 24 Nov 2013 14:38:23 +0000 (14:38 +0000)
With support for amba-pl08x driver, on S3C64xx the generic DMA engine
API can be used instead of the private s3c-dma interface.

Signed-off-by: Tomasz Figa <tomasz.figa@gmail.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
drivers/spi/Kconfig

index eb1f1ef5fa2eb69db729b6061b2d96c85aaf968b..760d7b6b85911c2db150c40c63162e1d0b41b01c 100644 (file)
@@ -395,7 +395,7 @@ config SPI_S3C24XX_FIQ
 config SPI_S3C64XX
        tristate "Samsung S3C64XX series type SPI"
        depends on PLAT_SAMSUNG
-       select S3C64XX_DMA if ARCH_S3C64XX
+       select S3C64XX_DMA if ARCH_S3C64XX && !S3C64XX_PL080
        help
          SPI driver for Samsung S3C64XX and newer SoCs.