Commit d0432345 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Joerg Roedel

iommu: 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: default avatarKrzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: default avatarJoerg Roedel <jroedel@suse.de>
parent 46cf053e
...@@ -82,7 +82,7 @@ config IOMMU_DEBUGFS ...@@ -82,7 +82,7 @@ config IOMMU_DEBUGFS
config IOMMU_DEFAULT_PASSTHROUGH config IOMMU_DEFAULT_PASSTHROUGH
bool "IOMMU passthrough by default" bool "IOMMU passthrough by default"
depends on IOMMU_API depends on IOMMU_API
help help
Enable passthrough by default, removing the need to pass in Enable passthrough by default, removing the need to pass in
iommu.passthrough=on or iommu=pt through command line. If this iommu.passthrough=on or iommu=pt through command line. If this
is enabled, you can still disable with iommu.passthrough=off is enabled, you can still disable with iommu.passthrough=off
...@@ -91,8 +91,8 @@ config IOMMU_DEFAULT_PASSTHROUGH ...@@ -91,8 +91,8 @@ config IOMMU_DEFAULT_PASSTHROUGH
If unsure, say N here. If unsure, say N here.
config OF_IOMMU config OF_IOMMU
def_bool y def_bool y
depends on OF && IOMMU_API depends on OF && IOMMU_API
# IOMMU-agnostic DMA-mapping layer # IOMMU-agnostic DMA-mapping layer
config IOMMU_DMA config IOMMU_DMA
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment