Skip to content

Commit 1518a4f

Browse files
committed
Merge tag 'drm-fixes-2022-03-12' of git://anongit.freedesktop.org/drm/drm
Pull drm kconfig fix from Dave Airlie: "Thorsten pointed out this had fallen down the cracks and was in -next only, I've picked it out, fixed up it's Fixes: line. - fix regression in Kconfig" * tag 'drm-fixes-2022-03-12' of git://anongit.freedesktop.org/drm/drm: drm/panel: Select DRM_DP_HELPER for DRM_PANEL_EDP
2 parents 6845376 + 3755d35 commit 1518a4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpu/drm/panel/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ config DRM_PANEL_EDP
106106
depends on PM
107107
select VIDEOMODE_HELPERS
108108
select DRM_DP_AUX_BUS
109+
select DRM_DP_HELPER
109110
help
110111
DRM panel driver for dumb eDP panels that need at most a regulator and
111112
a GPIO to be powered up. Optionally a backlight can be attached so

0 commit comments

Comments
 (0)