projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b23490c
)
drm/vc4: Fix Kconfig indentation
author
Krzysztof Kozlowski
<krzk@kernel.org>
Thu, 21 Nov 2019 13:29:19 +0000
(21:29 +0800)
committer
Daniel Vetter
<daniel.vetter@ffwll.ch>
Mon, 25 Nov 2019 09:04:41 +0000
(10:04 +0100)
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
drivers/gpu/drm/vc4/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/vc4/Kconfig
b/drivers/gpu/drm/vc4/Kconfig
index
7c2317e
..
118e8a4
100644
(file)
--- 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.