mirror of
https://github.com/torvalds/linux.git
synced 2026-08-01 03:59:40 +02:00
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:
parent
c1b5ed6dd5
commit
76cc526c8f
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user