firmware/br-ext-chip-allwinner/board/v83x/kernel/patches/00000-drivers_dma_Kconfig.p...

20 lines
648 B
Diff

diff -drupN a/drivers/dma/Kconfig b/drivers/dma/Kconfig
--- a/drivers/dma/Kconfig 2018-08-06 17:23:04.000000000 +0300
+++ b/drivers/dma/Kconfig 2022-06-12 05:28:14.000000000 +0300
@@ -164,6 +164,15 @@ config DMA_SUN6I
help
Support for the DMA engine first found in Allwinner A31 SoCs.
+config DMA_SUNXI
+ tristate "Sunxi SOC DMA support"
+ depends on ARCH_SUNXI
+ select DMA_ENGINE
+ select DMA_VIRTUAL_CHANNELS
+ help
+ Support for the DMA engine found on Sunxi family SOCs.
+ This DMA engine can only be used with on-chip devices.
+
config EP93XX_DMA
bool "Cirrus Logic EP93xx DMA support"
depends on ARCH_EP93XX || COMPILE_TEST