diff options
author | Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> | 2018-07-26 08:06:57 +0300 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2018-08-09 05:46:00 +0300 |
commit | 47e20577c24d206730bef085cb53d9812efca6f4 (patch) | |
tree | 7cdc77bc638755b5cb98e6a57c34bb671edb59f8 /drivers/dma/Kconfig | |
parent | 50454acaac63c4dea03a765242eb0d662a4fc383 (diff) | |
download | linux-47e20577c24d206730bef085cb53d9812efca6f4.tar.xz |
dmaengine: Add Actions Semi Owl family S900 DMA driver
Add Actions Semi Owl family S900 DMA driver.
Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers/dma/Kconfig')
-rw-r--r-- | drivers/dma/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig index ca1680afa20a..92a278e6618c 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig @@ -413,6 +413,14 @@ config NBPFAXI_DMA help Support for "Type-AXI" NBPF DMA IPs from Renesas +config OWL_DMA + tristate "Actions Semi Owl SoCs DMA support" + depends on ARCH_ACTIONS + select DMA_ENGINE + select DMA_VIRTUAL_CHANNELS + help + Enable support for the Actions Semi Owl SoCs DMA controller. + config PCH_DMA tristate "Intel EG20T PCH / LAPIS Semicon IOH(ML7213/ML7223/ML7831) DMA" depends on PCI && (X86_32 || COMPILE_TEST) |