]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
dmaengine: remove duplicate entry for QCOM_BAM_DMA
authorLothar Waßmann <LW@KARO-electronics.de>
Thu, 5 Jan 2017 09:29:47 +0000 (10:29 +0100)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 7 Mar 2017 11:40:39 +0000 (12:40 +0100)
drivers/dma/Kconfig

index 794050a89f55dcab69b84a19f19a007ff369150f..bea50e8031c78d5ccedd599920f7c8733569fb3f 100644 (file)
@@ -417,6 +417,16 @@ config QCOM_BAM_DMA
          Enable support for the QCOM BAM DMA controller.  This controller
          provides DMA capabilities for a variety of on-chip devices.
 
+config QCOM_ADM
+       tristate "Qualcomm ADM support"
+       depends on ARCH_QCOM || (COMPILE_TEST && OF && ARM)
+       select DMA_ENGINE
+       select DMA_VIRTUAL_CHANNELS
+       ---help---
+         Enable support for the Qualcomm ADM DMA controller.  This controller
+         provides DMA capabilities for both general purpose and on-chip
+         peripheral devices.
+
 config SIRF_DMA
        tristate "CSR SiRFprimaII/SiRFmarco DMA support"
        depends on ARCH_SIRF
@@ -558,23 +568,4 @@ config DMATEST
 config DMA_ENGINE_RAID
        bool
 
-config QCOM_BAM_DMA
-       tristate "QCOM BAM DMA support"
-       depends on ARCH_QCOM || (COMPILE_TEST && OF && ARM)
-       select DMA_ENGINE
-       select DMA_VIRTUAL_CHANNELS
-       ---help---
-         Enable support for the QCOM BAM DMA controller.  This controller
-         provides DMA capabilities for a variety of on-chip devices.
-
-config QCOM_ADM
-       tristate "Qualcomm ADM support"
-       depends on ARCH_QCOM || (COMPILE_TEST && OF && ARM)
-       select DMA_ENGINE
-       select DMA_VIRTUAL_CHANNELS
-       ---help---
-         Enable support for the Qualcomm ADM DMA controller.  This controller
-         provides DMA capabilities for both general purpose and on-chip
-         peripheral devices.
-
 endif