Skip to content

Commit

Permalink
ARM: s3c64xx: Remove legacy DMA driver
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Tomasz Figa authored and Mark Brown committed Nov 24, 2013
1 parent d37f761 commit 15469ed
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 891 deletions.
5 changes: 0 additions & 5 deletions arch/arm/mach-s3c64xx/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion arch/arm/mach-s3c64xx/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ obj-$(CONFIG_CPU_IDLE) += cpuidle.o

# DMA support

obj-$(CONFIG_S3C64XX_DMA) += dma.o
obj-$(CONFIG_S3C64XX_PL080) += pl080.o

# Device support
Expand Down
Loading

0 comments on commit 15469ed

Please sign in to comment.