1
0
Fork 0

drm/sun4i: 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/20191121132924.29485-1-krzk@kernel.org
alistair/sensors
Krzysztof Kozlowski 2019-11-21 21:29:24 +08:00 committed by Daniel Vetter
parent c7a7a6aea7
commit 3540af8fc3
1 changed files with 8 additions and 8 deletions

View File

@ -17,18 +17,18 @@ config DRM_SUN4I
if DRM_SUN4I if DRM_SUN4I
config DRM_SUN4I_HDMI config DRM_SUN4I_HDMI
tristate "Allwinner A10 HDMI Controller Support" tristate "Allwinner A10 HDMI Controller Support"
default DRM_SUN4I default DRM_SUN4I
help help
Choose this option if you have an Allwinner SoC with an HDMI Choose this option if you have an Allwinner SoC with an HDMI
controller. controller.
config DRM_SUN4I_HDMI_CEC config DRM_SUN4I_HDMI_CEC
bool "Allwinner A10 HDMI CEC Support" bool "Allwinner A10 HDMI CEC Support"
depends on DRM_SUN4I_HDMI depends on DRM_SUN4I_HDMI
select CEC_CORE select CEC_CORE
select CEC_PIN select CEC_PIN
help help
Choose this option if you have an Allwinner SoC with an HDMI Choose this option if you have an Allwinner SoC with an HDMI
controller and want to use CEC. controller and want to use CEC.