forked from Minki/linux
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
This commit is contained in:
parent
b23490cbb2
commit
c7a7a6aea7
@ -22,9 +22,9 @@ config DRM_VC4
|
|||||||
our display setup.
|
our display setup.
|
||||||
|
|
||||||
config DRM_VC4_HDMI_CEC
|
config DRM_VC4_HDMI_CEC
|
||||||
bool "Broadcom VC4 HDMI CEC Support"
|
bool "Broadcom VC4 HDMI CEC Support"
|
||||||
depends on DRM_VC4
|
depends on DRM_VC4
|
||||||
select CEC_CORE
|
select CEC_CORE
|
||||||
help
|
help
|
||||||
Choose this option if you have a Broadcom VC4 GPU
|
Choose this option if you have a Broadcom VC4 GPU
|
||||||
and want to use CEC.
|
and want to use CEC.
|
||||||
|
Loading…
Reference in New Issue
Block a user