diff options
author | Tomasz Figa <tomasz.figa@gmail.com> | 2013-10-16 21:10:56 +0200 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-11-24 14:38:25 +0000 |
commit | 15469ed37f8a9c004ac537495f9f7c51790a80c0 (patch) | |
tree | c0504f959f4a6a3c90f2bf4d2ea15410a7c163c0 /arch/arm/mach-s3c64xx/Kconfig | |
parent | d37f7617bd677c46c49daa3c023920cb91fe14db (diff) | |
download | blackbird-op-linux-15469ed37f8a9c004ac537495f9f7c51790a80c0.tar.gz blackbird-op-linux-15469ed37f8a9c004ac537495f9f7c51790a80c0.zip |
ARM: s3c64xx: Remove legacy DMA driver
Since support for generic PL08x DMA engine driver has been added, there
is no need to keep the old legacy driver, so this patch removes it.
Signed-off-by: Tomasz Figa <tomasz.figa@gmail.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'arch/arm/mach-s3c64xx/Kconfig')
-rw-r--r-- | arch/arm/mach-s3c64xx/Kconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/mach-s3c64xx/Kconfig b/arch/arm/mach-s3c64xx/Kconfig index d8e0288bf2bf..7094bccbae91 100644 --- a/arch/arm/mach-s3c64xx/Kconfig +++ b/arch/arm/mach-s3c64xx/Kconfig @@ -22,11 +22,6 @@ config S3C64XX_PL080 select AMBA_PL08X select SAMSUNG_DMADEV -config S3C64XX_DMA - bool "S3C64XX DMA using legacy S3C DMA API" - select S3C_DMA - depends on !S3C64XX_PL080 - config S3C64XX_SETUP_SDHCI bool select S3C64XX_SETUP_SDHCI_GPIO |