# SPDX-License-Identifier: GPL-2.0 # # DMA engine configuration for sh # config [31mCONFIG_RENESAS_DMA[0m bool select [31mCONFIG_DMA_ENGINE[0m # # DMA Engine Helpers # config [31mCONFIG_SH_DMAE_BASE[0m bool "Renesas SuperH DMA Engine support" depends on [31mCONFIG_SUPERH[0m || [31mCONFIG_COMPILE_TEST[0m depends on ![31mCONFIG_SUPERH[0m || [31mCONFIG_SH_DMA[0m depends on ![31mCONFIG_SH_DMA_API[0m default y select [31mCONFIG_RENESAS_DMA[0m help Enable support for the Renesas SuperH DMA controllers. # # DMA Controllers # config [31mCONFIG_SH_DMAE[0m tristate "Renesas SuperH DMAC support" depends on [31mCONFIG_SH_DMAE_BASE[0m help Enable support for the Renesas SuperH DMA controllers. config [31mCONFIG_RCAR_DMAC[0m tristate "Renesas R-Car Gen2 DMA Controller" depends on [31mCONFIG_ARCH_RENESAS[0m || [31mCONFIG_COMPILE_TEST[0m select [31mCONFIG_RENESAS_DMA[0m help This driver supports the general purpose DMA controller found in the Renesas R-Car second generation SoCs. config [31mCONFIG_RENESAS_USB_DMAC[0m tristate "Renesas USB-DMA Controller" depends on [31mCONFIG_ARCH_RENESAS[0m || [31mCONFIG_COMPILE_TEST[0m select [31mCONFIG_RENESAS_DMA[0m select [31mCONFIG_DMA_VIRTUAL_CHANNELS[0m help This driver supports the [31mCONFIG_USB[0m-DMA controller found in the Renesas SoCs. |