Skip to content

Commit 62cb075

Browse files
Peter Ujfalusitomba
authored andcommitted
Revert "drm/omap: no need to select OMAP2_DSS"
This reverts commit 1c278e5. 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]>
1 parent 973999a commit 62cb075

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpu/drm/omapdrm/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ config DRM_OMAP
22
tristate "OMAP DRM"
33
depends on DRM
44
depends on ARCH_OMAP2PLUS || ARCH_MULTIPLATFORM
5+
select OMAP2_DSS
56
select DRM_KMS_HELPER
67
select DRM_KMS_FB_HELPER
78
select FB_SYS_FILLRECT

0 commit comments

Comments
 (0)