aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzk@kernel.org>2019-11-21 21:29:19 +0800
committerDaniel Vetter <daniel.vetter@ffwll.ch>2019-11-25 10:04:41 +0100
commitc7a7a6aea7ad21ee2f3325d3f7f3b58eb5255b55 (patch)
treeddf9da800caefa778f911c9f84e38c6b134e4c53
parentdrm/mcde: Do not needlessly logically and with 3 (diff)
downloadlinux-dev-c7a7a6aea7ad21ee2f3325d3f7f3b58eb5255b55.tar.xz
linux-dev-c7a7a6aea7ad21ee2f3325d3f7f3b58eb5255b55.zip
drm/vc4: 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> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: https://patchwork.freedesktop.org/patch/msgid/20191121132919.29430-1-krzk@kernel.org
-rw-r--r--drivers/gpu/drm/vc4/Kconfig8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/gpu/drm/vc4/Kconfig b/drivers/gpu/drm/vc4/Kconfig
index 7c2317efd5b7..118e8a426b1a 100644
--- a/drivers/gpu/drm/vc4/Kconfig
+++ b/drivers/gpu/drm/vc4/Kconfig
@@ -22,9 +22,9 @@ config DRM_VC4
our display setup.
config DRM_VC4_HDMI_CEC
- bool "Broadcom VC4 HDMI CEC Support"
- depends on DRM_VC4
- select CEC_CORE
- help
+ bool "Broadcom VC4 HDMI CEC Support"
+ depends on DRM_VC4
+ select CEC_CORE
+ help
Choose this option if you have a Broadcom VC4 GPU
and want to use CEC.