diff options
Diffstat (limited to 'drivers/dma/dw/Kconfig')
-rw-r--r-- | drivers/dma/dw/Kconfig | 6 |
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 | |||
6 | tristate | 6 | tristate |
7 | select DMA_ENGINE | 7 | select DMA_ENGINE |
8 | 8 | ||
9 | config DW_DMAC_BIG_ENDIAN_IO | ||
10 | bool | ||
11 | |||
9 | config DW_DMAC | 12 | config DW_DMAC |
10 | tristate "Synopsys DesignWare AHB DMA platform driver" | 13 | tristate "Synopsys DesignWare AHB DMA platform driver" |
11 | select DW_DMAC_CORE | 14 | select DW_DMAC_CORE |
@@ -23,6 +26,3 @@ config DW_DMAC_PCI | |||
23 | Support the Synopsys DesignWare AHB DMA controller on the | 26 | Support the Synopsys DesignWare AHB DMA controller on the |
24 | platfroms that enumerate it as a PCI device. For example, | 27 | platfroms that enumerate it as a PCI device. For example, |
25 | Intel Medfield has integrated this GPDMA controller. | 28 | Intel Medfield has integrated this GPDMA controller. |
26 | |||
27 | config DW_DMAC_BIG_ENDIAN_IO | ||
28 | bool | ||