diff options
author | Paul Cercueil <paul@crapouillou.net> | 2019-07-26 00:02:10 +0200 |
---|---|---|
committer | Paul Burton <paul.burton@mips.com> | 2019-07-30 19:41:53 +0200 |
commit | 091c6104ade5527ce29035673ff262a24c4f036c (patch) | |
tree | 4855e4babb376c1c6e46768d48f95881731f0b3f /drivers/dma/Kconfig | |
parent | video/fbdev: Drop JZ4740 driver (diff) | |
download | linux-091c6104ade5527ce29035673ff262a24c4f036c.tar.xz linux-091c6104ade5527ce29035673ff262a24c4f036c.zip |
dma: Drop JZ4740 driver
The newer and better JZ4780 driver is now used to provide DMA
functionality on the JZ4740.
Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Tested-by: Artur Rojek <contact@artur-rojek.eu>
Acked-by: Vinod Koul <vkoul@kernel.org>
Signed-off-by: Paul Burton <paul.burton@mips.com>
Diffstat (limited to 'drivers/dma/Kconfig')
-rw-r--r-- | drivers/dma/Kconfig | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig index 03fa0c58cef3..7dd9831b4e6e 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig @@ -137,12 +137,6 @@ config DMA_BCM2835 select DMA_ENGINE select DMA_VIRTUAL_CHANNELS -config DMA_JZ4740 - tristate "JZ4740 DMA support" - depends on MACH_JZ4740 || COMPILE_TEST - select DMA_ENGINE - select DMA_VIRTUAL_CHANNELS - config DMA_JZ4780 tristate "JZ4780 DMA support" depends on MIPS || COMPILE_TEST |