summaryrefslogtreecommitdiffstats
path: root/drivers/dma/Kconfig
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2022-10-21 22:27:47 +0200
committerArnd Bergmann <arnd@arndb.de>2023-01-16 09:26:06 +0100
commita7ddf74b784b57ec7c93b780ec8236dc6aa4db02 (patch)
tree268f39879e0fa3328b34eb981a59409b259090f6 /drivers/dma/Kconfig
parent1fa774f706a9cfa68bc7dea9e369be3af86fac93 (diff)
downloadlinux-a7ddf74b784b57ec7c93b780ec8236dc6aa4db02.tar.gz
linux-a7ddf74b784b57ec7c93b780ec8236dc6aa4db02.tar.bz2
linux-a7ddf74b784b57ec7c93b780ec8236dc6aa4db02.zip
dmaengine: remove s3c24xx driver
The s3c24xx platform was removed and this driver is no longer needed. Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'drivers/dma/Kconfig')
-rw-r--r--drivers/dma/Kconfig12
1 files changed, 0 insertions, 12 deletions
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig
index b6d48d54f42f..2f2a2dd0b95d 100644
--- a/drivers/dma/Kconfig
+++ b/drivers/dma/Kconfig
@@ -610,18 +610,6 @@ config SPRD_DMA
help
Enable support for the on-chip DMA controller on Spreadtrum platform.
-config S3C24XX_DMAC
- bool "Samsung S3C24XX DMA support"
- depends on ARCH_S3C24XX || COMPILE_TEST
- select DMA_ENGINE
- select DMA_VIRTUAL_CHANNELS
- help
- Support for the Samsung S3C24XX DMA controller driver. The
- DMA controller is having multiple DMA channels which can be
- configured for different peripherals like audio, UART, SPI.
- The DMA controller can transfer data from memory to peripheral,
- periphal to memory, periphal to periphal and memory to memory.
-
config TXX9_DMAC
tristate "Toshiba TXx9 SoC DMA support"
depends on MACH_TX49XX