[PATCH v2] s3cmci: port DMA code to dmaengine API

Arnd Bergmann arnd at arndb.de
Wed May 21 01:57:34 PDT 2014


On Tuesday 20 May 2014 23:20:59 Vasily Khoruzhick wrote:
> index 1384f67..e70e4cf 100644
> --- a/drivers/mmc/host/Kconfig
> +++ b/drivers/mmc/host/Kconfig
> @@ -420,6 +420,7 @@ config MMC_SPI
>  config MMC_S3C
>         tristate "Samsung S3C SD/MMC Card Interface support"
>         depends on ARCH_S3C24XX
> +       select S3C24XX_DMAC
>         help
>           This selects a driver for the MCI interface found in
>            Samsung's S3C2410, S3C2412, S3C2440, S3C2442 CPUs.
> 

I think you should use 'depends on S3C24XX_DMAC' here.

Other than that,

Acked-by: Arnd Bergmann <arnd at arndb.de>

	Arnd



More information about the linux-arm-kernel mailing list