Skip to content

Commit 022546c

Browse files
arndblumag
authored andcommitted
drm/panel: nt37801: select CONFIG_DRM_DISPLAY_DSC_HELPER
The newly added driver uses the DSC helper module, but does not select its Kconfig symbol, so configurations are possible that cause a link failure: ERROR: modpost: "drm_dsc_pps_payload_pack" [drivers/gpu/drm/panel/panel-novatek-nt37801.ko] undefined! Fixes: 4fca684 ("drm/panel: Add Novatek NT37801 panel driver") Signed-off-by: Arnd Bergmann <[email protected]> Reviewed-by: Dmitry Baryshkov <[email protected]> Reviewed-by: Krzysztof Kozlowski <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Baryshkov <[email protected]>
1 parent 7c1a940 commit 022546c

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
@@ -522,6 +522,8 @@ config DRM_PANEL_NOVATEK_NT37801
522522
depends on OF
523523
depends on DRM_MIPI_DSI
524524
depends on BACKLIGHT_CLASS_DEVICE
525+
select DRM_DISPLAY_DSC_HELPER
526+
select DRM_DISPLAY_HELPER
525527
help
526528
Say Y here if you want to enable support for Novatek NT37801 (or
527529
NT37810) AMOLED DSI Video Mode LCD panel module with 1440x3200

0 commit comments

Comments
 (0)