projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad3543e
)
drm: shmobile: Add dependency on BACKLIGHT_CLASS_DEVICE
author
Laurent Pinchart
<
[email protected]
>
Tue, 29 Oct 2013 17:20:58 +0000
(18:20 +0100)
committer
Dave Airlie
<
[email protected]
>
Wed, 6 Nov 2013 02:00:08 +0000
(12:00 +1000)
The driver registers a backlight device and thus requires
BACKLIGHT_CLASS_DEVICE to be selected to avoid compilation breakages.
Cc:
[email protected]
Reported-by: Russell King <
[email protected]
>
Signed-off-by: Laurent Pinchart <
[email protected]
>
Signed-off-by: Dave Airlie <
[email protected]
>
drivers/gpu/drm/shmobile/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/shmobile/Kconfig
b/drivers/gpu/drm/shmobile/Kconfig
index d1372862d871b083726638a77b7b8d8419287fb4..2ee44ca9d67f9e3e6873831fec3b0fdeefd77e29 100644
(file)
--- a/
drivers/gpu/drm/shmobile/Kconfig
+++ b/
drivers/gpu/drm/shmobile/Kconfig
@@
-1,6
+1,7
@@
config DRM_SHMOBILE
tristate "DRM Support for SH Mobile"
depends on DRM && (ARM || SUPERH)
+ select BACKLIGHT_CLASS_DEVICE
select DRM_KMS_HELPER
select DRM_KMS_FB_HELPER
select DRM_KMS_CMA_HELPER