]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
drm/panel: Clean up S6E3HA2 config dependencies and fill help text
authorDavid Heidelberg <david@ixit.cz>
Tue, 5 May 2026 13:53:42 +0000 (15:53 +0200)
committerNeil Armstrong <neil.armstrong@linaro.org>
Tue, 5 May 2026 14:00:02 +0000 (16:00 +0200)
As per the config name this Display IC features a DSI command-mode
interface (or the command to switch to video mode is not
known/documented) and does not use any of the video-mode helper
utilities, hence should not select VIDEOMODE_HELPERS. In addition it
uses devm_gpiod_get() and related functions from GPIOLIB.

Fixes: 779679d3c164 ("drm/panel: Add support for S6E3HA8 panel driver")
Signed-off-by: David Heidelberg <david@ixit.cz>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://patch.msgid.link/20260505-panel-clean-up-kconfig-dep-v2-3-9cc31d6e6919@ixit.cz
drivers/gpu/drm/panel/Kconfig

index c646bd581f6d42f5b5ae9499ce0ee71d21b863ca..89b50adf7be767ac055f79baf025b63b80e5d62c 100644 (file)
@@ -943,11 +943,18 @@ config DRM_PANEL_SAMSUNG_S6E3HA2
 
 config DRM_PANEL_SAMSUNG_S6E3HA8
        tristate "Samsung S6E3HA8 DSI video mode panel"
+       depends on GPIOLIB
        depends on OF
        depends on DRM_MIPI_DSI
        depends on BACKLIGHT_CLASS_DEVICE
        select DRM_DISPLAY_DSC_HELPER
-       select VIDEOMODE_HELPERS
+       help
+         Say Y or M here if you want to enable support for the
+         Samsung S6E3HA8 DDIC and connected MIPI DSI panel.
+         Currently supported panels:
+
+           Samsung AMB577PX01 (found in the Samsung S9 smartphone)
+
 
 config DRM_PANEL_SAMSUNG_S6E63J0X03
        tristate "Samsung S6E63J0X03 DSI command mode panel"