]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
video: Kconfig: fix indentation of help text
authorDario Binacchi <dario.binacchi@amarulasolutions.com>
Tue, 12 May 2026 07:51:40 +0000 (09:51 +0200)
committerTom Rini <trini@konsulko.com>
Sat, 30 May 2026 13:44:08 +0000 (07:44 -0600)
Fix the indentation of the help text for VIDEO_LCD_NOVATEK_NT35510 and
VIDEO_LCD_ORISETECH_OTM8009A to align with the standard Kconfig format.

Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
drivers/video/Kconfig

index 508af2805c538ae792113ad5f509cc8158bdb522..fb7c982f46c5d5e5b971e2b8c324635a489a63da 100644 (file)
@@ -574,15 +574,15 @@ config VIDEO_LCD_NOVATEK_NT35510
        bool "Novatek NT35510 DSI LCD panel support"
        select VIDEO_MIPI_DSI
        help
-       Say Y here if you want to enable support for Novatek nt35510
-       dsi panel.
+         Say Y here if you want to enable support for Novatek nt35510
+         dsi panel.
 
 config VIDEO_LCD_ORISETECH_OTM8009A
        bool "OTM8009A DSI LCD panel support"
        select VIDEO_MIPI_DSI
        help
-       Say Y here if you want to enable support for Orise Technology
-       otm8009a 480x800 dsi 2dl panel.
+         Say Y here if you want to enable support for Orise Technology
+         otm8009a 480x800 dsi 2dl panel.
 
 config VIDEO_LCD_LG_LD070WX3
        bool "LD070WX3 DSI LCD panel support"