__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
# SPDX-License-Identifier: GPL-2.0-only # # STM32 DMA controllers drivers # if ARCH_STM32 || COMPILE_TEST config STM32_DMA bool "STMicroelectronics STM32 DMA support" select DMA_ENGINE select DMA_VIRTUAL_CHANNELS help Enable support for the on-chip DMA controller on STMicroelectronics STM32 platforms. If you have a board based on STM32 SoC with such DMA controller and want to use DMA say Y here. config STM32_DMAMUX bool "STMicroelectronics STM32 DMA multiplexer support" depends on STM32_DMA help Enable support for the on-chip DMA multiplexer on STMicroelectronics STM32 platforms. If you have a board based on STM32 SoC with such DMA multiplexer and want to use DMAMUX say Y here. config STM32_MDMA bool "STMicroelectronics STM32 master DMA support" depends on OF select DMA_ENGINE select DMA_VIRTUAL_CHANNELS help Enable support for the on-chip MDMA controller on STMicroelectronics STM32 platforms. If you have a board based on STM32 SoC with such DMA controller and want to use MDMA say Y here. config STM32_DMA3 tristate "STMicroelectronics STM32 DMA3 support" select DMA_ENGINE select DMA_VIRTUAL_CHANNELS help Enable support for the on-chip DMA3 controller on STMicroelectronics STM32 platforms. If you have a board based on STM32 SoC with such DMA3 controller and want to use DMA3, say Y here. endif
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| Kconfig | File | 1.35 KB | 0644 |
|
| Makefile | File | 206 B | 0644 |
|