From: Vinod Koul Date: Mon, 24 Aug 2015 08:13:14 +0000 (+0530) Subject: dmaengine: sort the dw Kconfig X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=6c310c46efeae99a1569947b8c60d4aab36bd61c;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git dmaengine: sort the dw Kconfig Signed-off-by: Vinod Koul --- 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