Kconfig (e06c432312148ddb550ec55b004e32671657ea23) Kconfig (5d318b5959824e15d32f19b2224c69da89e98178)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# DMA engine configuration
4#
5
6menuconfig DMADEVICES
7 bool "DMA Engine support"
8 depends on HAS_DMA

--- 373 unchanged lines hidden (view full) ---

382 bool "NXP LPC18xx/43xx DMA MUX for PL080"
383 depends on ARCH_LPC18XX || COMPILE_TEST
384 depends on OF && AMBA_PL08X
385 select MFD_SYSCON
386 help
387 Enable support for DMA on NXP LPC18xx/43xx platforms
388 with PL080 and multiplexed DMA request lines.
389
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# DMA engine configuration
4#
5
6menuconfig DMADEVICES
7 bool "DMA Engine support"
8 depends on HAS_DMA

--- 373 unchanged lines hidden (view full) ---

382 bool "NXP LPC18xx/43xx DMA MUX for PL080"
383 depends on ARCH_LPC18XX || COMPILE_TEST
384 depends on OF && AMBA_PL08X
385 select MFD_SYSCON
386 help
387 Enable support for DMA on NXP LPC18xx/43xx platforms
388 with PL080 and multiplexed DMA request lines.
389
390config LPC32XX_DMAMUX
391 bool "NXP LPC32xx DMA MUX for PL080"
392 depends on ARCH_LPC32XX || COMPILE_TEST
393 depends on OF && AMBA_PL08X
394 select MFD_SYSCON
395 help
396 Support for PL080 multiplexed DMA request lines on
397 LPC32XX platrofm.
398
390config LS2X_APB_DMA
391 tristate "Loongson LS2X APB DMA support"
392 depends on LOONGARCH || COMPILE_TEST
393 select DMA_ENGINE
394 select DMA_VIRTUAL_CHANNELS
395 help
396 Support for the Loongson LS2X APB DMA controller driver. The
397 DMA controller is having single DMA channel which can be

--- 385 unchanged lines hidden ---
399config LS2X_APB_DMA
400 tristate "Loongson LS2X APB DMA support"
401 depends on LOONGARCH || COMPILE_TEST
402 select DMA_ENGINE
403 select DMA_VIRTUAL_CHANNELS
404 help
405 Support for the Loongson LS2X APB DMA controller driver. The
406 DMA controller is having single DMA channel which can be

--- 385 unchanged lines hidden ---