diff options
author | Arnd Bergmann <arnd@arndb.de> | 2021-01-20 14:18:58 +0100 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2021-01-26 22:55:32 +0530 |
commit | 1c8963f830136c26f01af5d2523470a2b958ce80 (patch) | |
tree | 398b55d0f5ae4e39a242b85b64073cdddbd33e39 /drivers/dma/Kconfig | |
parent | ec6ab42f5aadd765b0b8c4e2d21508ac1e20f2ed (diff) |
dmaengine: remove zte zx driver
The zte zx platform is getting removed, so this driver is no
longer needed.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: Jun Nie <jun.nie@linaro.org>
Cc: Shawn Guo <shawnguo@kernel.org>
Link: https://lore.kernel.org/r/20210120131859.2056308-3-arnd@kernel.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers/dma/Kconfig')
-rw-r--r-- | drivers/dma/Kconfig | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig index 2201ff280f7a..4fd6a90cfadf 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig @@ -703,15 +703,6 @@ config XILINX_ZYNQMP_DPDMA driver provides the dmaengine required by the DisplayPort subsystem display driver. -config ZX_DMA - tristate "ZTE ZX DMA support" - depends on ARCH_ZX || COMPILE_TEST - select DMA_ENGINE - select DMA_VIRTUAL_CHANNELS - help - Support the DMA engine for ZTE ZX family platform devices. - - # driver files source "drivers/dma/bestcomm/Kconfig" |