aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/dw
diff options
context:
space:
mode:
authorVinod Koul <vinod.koul@intel.com>2015-08-24 13:43:14 +0530
committerVinod Koul <vinod.koul@intel.com>2015-08-24 13:58:18 +0530
commit6c310c46efeae99a1569947b8c60d4aab36bd61c (patch)
tree96f0fb3ca7cc5e2df78c8841d74a06025e47d032 /drivers/dma/dw
parentdmaengine: sort the Kconfig (diff)
downloadlinux-dev-6c310c46efeae99a1569947b8c60d4aab36bd61c.tar.xz
linux-dev-6c310c46efeae99a1569947b8c60d4aab36bd61c.zip
dmaengine: sort the dw Kconfig
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'drivers/dma/dw')
-rw-r--r--drivers/dma/dw/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/dma/dw/Kconfig b/drivers/dma/dw/Kconfig
index 36e02f0f645e..e00c9b022964 100644
--- a/drivers/dma/dw/Kconfig
+++ b/drivers/dma/dw/Kconfig
@@ -6,6 +6,9 @@ config DW_DMAC_CORE
tristate
select DMA_ENGINE
+config DW_DMAC_BIG_ENDIAN_IO
+ bool
+
config DW_DMAC
tristate "Synopsys DesignWare AHB DMA platform driver"
select DW_DMAC_CORE
@@ -23,6 +26,3 @@ config DW_DMAC_PCI
Support the Synopsys DesignWare AHB DMA controller on the
platfroms that enumerate it as a PCI device. For example,
Intel Medfield has integrated this GPDMA controller.
-
-config DW_DMAC_BIG_ENDIAN_IO
- bool