drivers: msm: enable drm display helper compilation

Adds wrapper Kconfig symbol to enable compilation
of the drm display helpers for the display driver
to link against.

Change-Id: I3096fc10a94768758e01e6c22c982ed29eb2aa34
Signed-off-by: Nisarg Bhavsar <quic_bhavsar@quicinc.com>
This commit is contained in:
Nisarg Bhavsar 2022-11-30 14:19:05 -08:00
parent c1b5ed6dd5
commit 76cc526c8f

View File

@ -31,6 +31,18 @@ config DRM_MSM
help
DRM/KMS driver for MSM/snapdragon.
config DRM_MSM_HELPER
tristate "DRM MSM HELPER"
select DRM_DP_AUX_BUS
select DRM_DISPLAY_HELPER
select DRM_DISPLAY_DP_HELPER
help
Wrapper symbol to allow for compilation of drm display
helper code.
Allows the display loadable module to link against
helper functions.
config DRM_MSM_GPU_STATE
bool
depends on DRM_MSM && (DEBUG_FS || DEV_COREDUMP)