Formatting of Kconfig files doesn't look so pretty, so let the
Great White Handkerchief come around and clean it up.

Signed-off-by: Enrico Weigelt, metux IT consult <i...@metux.net>
---
 drivers/dma/Kconfig | 40 ++++++++++++++++++++--------------------
 1 file changed, 20 insertions(+), 20 deletions(-)

diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig
index d2286c7..305cf36 100644
--- a/drivers/dma/Kconfig
+++ b/drivers/dma/Kconfig
@@ -14,19 +14,19 @@ menuconfig DMADEVICES
          be empty in some cases.
 
 config DMADEVICES_DEBUG
-        bool "DMA Engine debugging"
-        depends on DMADEVICES != n
-        help
-          This is an option for use by developers; most people should
-          say N here.  This enables DMA engine core and driver debugging.
+       bool "DMA Engine debugging"
+       depends on DMADEVICES != n
+       help
+         This is an option for use by developers; most people should
+         say N here.  This enables DMA engine core and driver debugging.
 
 config DMADEVICES_VDEBUG
-        bool "DMA Engine verbose debugging"
-        depends on DMADEVICES_DEBUG != n
-        help
-          This is an option for use by developers; most people should
-          say N here.  This enables deeper (more verbose) debugging of
-          the DMA engine core and drivers.
+       bool "DMA Engine verbose debugging"
+       depends on DMADEVICES_DEBUG != n
+       help
+         This is an option for use by developers; most people should
+         say N here.  This enables deeper (more verbose) debugging of
+         the DMA engine core and drivers.
 
 
 if DMADEVICES
@@ -219,14 +219,14 @@ config FSL_EDMA
          This module can be found on Freescale Vybrid and LS-1 SoCs.
 
 config FSL_RAID
-        tristate "Freescale RAID engine Support"
-        depends on FSL_SOC && !ASYNC_TX_ENABLE_CHANNEL_SWITCH
-        select DMA_ENGINE
-        select DMA_ENGINE_RAID
-        ---help---
-          Enable support for Freescale RAID Engine. RAID Engine is
-          available on some QorIQ SoCs (like P5020/P5040). It has
-          the capability to offload memcpy, xor and pq computation
+       tristate "Freescale RAID engine Support"
+       depends on FSL_SOC && !ASYNC_TX_ENABLE_CHANNEL_SWITCH
+       select DMA_ENGINE
+       select DMA_ENGINE_RAID
+       ---help---
+         Enable support for Freescale RAID Engine. RAID Engine is
+         available on some QorIQ SoCs (like P5020/P5040). It has
+         the capability to offload memcpy, xor and pq computation
          for raid5/6.
 
 config IMG_MDC_DMA
@@ -357,7 +357,7 @@ config MOXART_DMA
        select DMA_VIRTUAL_CHANNELS
        help
          Enable support for the MOXA ART SoC DMA controller.
- 
+
          Say Y here if you enabled MMP ADMA, otherwise say N.
 
 config MPC512X_DMA
-- 
1.9.1

Reply via email to