[PATCH] drm/panel/edp: make PANEL_EDP depend on DRM_KMS_HELPER
Dmitry Baryshkov
dmitry.baryshkov at linaro.org
Mon Jan 31 17:00:03 UTC 2022
panel-edp calls into drm-kms-helper module (by calling
drm_panel_dp_aux_backlight), so it should depend on respective module.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov at linaro.org>
---
drivers/gpu/drm/panel/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/gpu/drm/panel/Kconfig b/drivers/gpu/drm/panel/Kconfig
index 434c2861bb40..b0d637669ee6 100644
--- a/drivers/gpu/drm/panel/Kconfig
+++ b/drivers/gpu/drm/panel/Kconfig
@@ -104,6 +104,7 @@ config DRM_PANEL_EDP
depends on OF
depends on BACKLIGHT_CLASS_DEVICE
depends on PM
+ depends on DRM_KMS_HELPER
select VIDEOMODE_HELPERS
select DRM_DP_AUX_BUS
help
--
2.34.1
More information about the dri-devel
mailing list