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:
973999a
)
Revert "drm/omap: no need to select OMAP2_DSS"
author
Peter Ujfalusi
<
[email protected]
>
Thu, 28 Apr 2016 12:42:49 +0000
(15:42 +0300)
committer
Tomi Valkeinen
<
[email protected]
>
Tue, 31 May 2016 05:30:14 +0000
(08:30 +0300)
This reverts commit
1c278e5e3718d15475ec08ee2135f37a6b13361c
.
If DRM_OMAP does not select OMAP2_DSS it is possible to build a kernel with
DRM_OMAP only and not selecting OMAP2_DSS. Since omapdrm depends on
OMAP2_DSS this will result on broken kernel build.
Signed-off-by: Peter Ujfalusi <
[email protected]
>
Signed-off-by: Tomi Valkeinen <
[email protected]
>
drivers/gpu/drm/omapdrm/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/omapdrm/Kconfig
b/drivers/gpu/drm/omapdrm/Kconfig
index 73241c4eb7aa53feef7593da1969322ba600c304..336ad4de9981f70755a54b69dc6f8a12161d7002 100644
(file)
--- a/
drivers/gpu/drm/omapdrm/Kconfig
+++ b/
drivers/gpu/drm/omapdrm/Kconfig
@@
-2,6
+2,7
@@
config DRM_OMAP
tristate "OMAP DRM"
depends on DRM
depends on ARCH_OMAP2PLUS || ARCH_MULTIPLATFORM
+ select OMAP2_DSS
select DRM_KMS_HELPER
select DRM_KMS_FB_HELPER
select FB_SYS_FILLRECT