diff options
| author | Jordan Crouse <jcrouse@codeaurora.org> | 2017-02-24 08:37:55 -0700 |
|---|---|---|
| committer | Jordan Crouse <jcrouse@codeaurora.org> | 2017-02-24 08:58:54 -0700 |
| commit | e156e57d831a6bba332b346c26a97f066eacac3f (patch) | |
| tree | a32f18719517e1de20ec42abc0d1874330b8cde4 /drivers/gpu | |
| parent | f419890fd6558b73f835457246666d6ab8c34d7a (diff) | |
drm/msm: Add BACKLIGHT_CLASS_DEVICE as a dependency
One of the SDE files requires BACKLIGHT_CLASS_DEVICE so make sure it
gets selected in the Kconfig.
Change-Id: Ic0dedbadc5bca3ea536d94d54e3683d656bd4aba
Signed-off-by: Jordan Crouse <jcrouse@codeaurora.org>
Diffstat (limited to 'drivers/gpu')
| -rw-r--r-- | drivers/gpu/drm/msm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/msm/Kconfig b/drivers/gpu/drm/msm/Kconfig index 64ae44f4cbc9..62675198d6ac 100644 --- a/drivers/gpu/drm/msm/Kconfig +++ b/drivers/gpu/drm/msm/Kconfig @@ -10,6 +10,7 @@ config DRM_MSM select SHMEM select TMPFS select QCOM_SCM + select BACKLIGHT_CLASS_DEVICE default y help DRM/KMS driver for MSM/snapdragon. |
