dmaengine: Fix Kconfig indentation
Adjust indentation from spaces to tab (+optional two spaces) as in coding style with command like: $ sed -e 's/^ /\t/' -i */Kconfig Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> Link: https://lore.kernel.org/r/1574306348-29212-1-git-send-email-krzk@kernel.org Signed-off-by: Vinod Koul <vkoul@kernel.org>
This commit is contained in:
parent
7d268a28ee
commit
67805a4b3c
1 changed files with 30 additions and 30 deletions
|
@ -15,19 +15,19 @@ menuconfig DMADEVICES
|
||||||
be empty in some cases.
|
be empty in some cases.
|
||||||
|
|
||||||
config DMADEVICES_DEBUG
|
config DMADEVICES_DEBUG
|
||||||
bool "DMA Engine debugging"
|
bool "DMA Engine debugging"
|
||||||
depends on DMADEVICES != n
|
depends on DMADEVICES != n
|
||||||
help
|
help
|
||||||
This is an option for use by developers; most people should
|
This is an option for use by developers; most people should
|
||||||
say N here. This enables DMA engine core and driver debugging.
|
say N here. This enables DMA engine core and driver debugging.
|
||||||
|
|
||||||
config DMADEVICES_VDEBUG
|
config DMADEVICES_VDEBUG
|
||||||
bool "DMA Engine verbose debugging"
|
bool "DMA Engine verbose debugging"
|
||||||
depends on DMADEVICES_DEBUG != n
|
depends on DMADEVICES_DEBUG != n
|
||||||
help
|
help
|
||||||
This is an option for use by developers; most people should
|
This is an option for use by developers; most people should
|
||||||
say N here. This enables deeper (more verbose) debugging of
|
say N here. This enables deeper (more verbose) debugging of
|
||||||
the DMA engine core and drivers.
|
the DMA engine core and drivers.
|
||||||
|
|
||||||
|
|
||||||
if DMADEVICES
|
if DMADEVICES
|
||||||
|
@ -215,28 +215,28 @@ config FSL_EDMA
|
||||||
This module can be found on Freescale Vybrid and LS-1 SoCs.
|
This module can be found on Freescale Vybrid and LS-1 SoCs.
|
||||||
|
|
||||||
config FSL_QDMA
|
config FSL_QDMA
|
||||||
tristate "NXP Layerscape qDMA engine support"
|
tristate "NXP Layerscape qDMA engine support"
|
||||||
depends on ARM || ARM64
|
depends on ARM || ARM64
|
||||||
select DMA_ENGINE
|
select DMA_ENGINE
|
||||||
select DMA_VIRTUAL_CHANNELS
|
select DMA_VIRTUAL_CHANNELS
|
||||||
select DMA_ENGINE_RAID
|
select DMA_ENGINE_RAID
|
||||||
select ASYNC_TX_ENABLE_CHANNEL_SWITCH
|
select ASYNC_TX_ENABLE_CHANNEL_SWITCH
|
||||||
help
|
help
|
||||||
Support the NXP Layerscape qDMA engine with command queue and legacy mode.
|
Support the NXP Layerscape qDMA engine with command queue and legacy mode.
|
||||||
Channel virtualization is supported through enqueuing of DMA jobs to,
|
Channel virtualization is supported through enqueuing of DMA jobs to,
|
||||||
or dequeuing DMA jobs from, different work queues.
|
or dequeuing DMA jobs from, different work queues.
|
||||||
This module can be found on NXP Layerscape SoCs.
|
This module can be found on NXP Layerscape SoCs.
|
||||||
The qdma driver only work on SoCs with a DPAA hardware block.
|
The qdma driver only work on SoCs with a DPAA hardware block.
|
||||||
|
|
||||||
config FSL_RAID
|
config FSL_RAID
|
||||||
tristate "Freescale RAID engine Support"
|
tristate "Freescale RAID engine Support"
|
||||||
depends on FSL_SOC && !ASYNC_TX_ENABLE_CHANNEL_SWITCH
|
depends on FSL_SOC && !ASYNC_TX_ENABLE_CHANNEL_SWITCH
|
||||||
select DMA_ENGINE
|
select DMA_ENGINE
|
||||||
select DMA_ENGINE_RAID
|
select DMA_ENGINE_RAID
|
||||||
---help---
|
---help---
|
||||||
Enable support for Freescale RAID Engine. RAID Engine is
|
Enable support for Freescale RAID Engine. RAID Engine is
|
||||||
available on some QorIQ SoCs (like P5020/P5040). It has
|
available on some QorIQ SoCs (like P5020/P5040). It has
|
||||||
the capability to offload memcpy, xor and pq computation
|
the capability to offload memcpy, xor and pq computation
|
||||||
for raid5/6.
|
for raid5/6.
|
||||||
|
|
||||||
config IMG_MDC_DMA
|
config IMG_MDC_DMA
|
||||||
|
|
Loading…
Reference in a new issue