projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c21619
)
dmaengine: sort the dw Kconfig
author
Vinod Koul
<vinod.koul@intel.com>
Mon, 24 Aug 2015 08:13:14 +0000
(13:43 +0530)
committer
Vinod Koul
<vinod.koul@intel.com>
Mon, 24 Aug 2015 08:28:18 +0000
(13:58 +0530)
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/dw/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/dma/dw/Kconfig
b/drivers/dma/dw/Kconfig
index 36e02f0f645e33382412a4d6718ef43ce8f12d13..e00c9b022964702c076b1a192df35b9bbbf7e113 100644
(file)
--- 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