Skip to content

Commit 589830b

Browse files
arndbsuperna9999
authored andcommitted
drm/panel/raydium-rm692e5: select CONFIG_DRM_DISPLAY_DP_HELPER
As with several other panel drivers, this fails to link without the DP helper library: ld: drivers/gpu/drm/panel/panel-raydium-rm692e5.o: in function `rm692e5_prepare': panel-raydium-rm692e5.c:(.text+0x11f4): undefined reference to `drm_dsc_pps_payload_pack' Select the same symbols that the others already use. Fixes: 988d0ff ("drm/panel: Add driver for BOE RM692E5 AMOLED panel") Signed-off-by: Arnd Bergmann <[email protected]> Reviewed-by: Neil Armstrong <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Neil Armstrong <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent 62b143b commit 589830b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/gpu/drm/panel/Kconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -530,6 +530,8 @@ config DRM_PANEL_RAYDIUM_RM692E5
530530
depends on OF
531531
depends on DRM_MIPI_DSI
532532
depends on BACKLIGHT_CLASS_DEVICE
533+
select DRM_DISPLAY_DP_HELPER
534+
select DRM_DISPLAY_HELPER
533535
help
534536
Say Y here if you want to enable support for Raydium RM692E5-based
535537
display panels, such as the one found in the Fairphone 5 smartphone.

0 commit comments

Comments
 (0)