projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2eb77f
)
drm/omap: no need to select OMAP2_DSS
author
Tomi Valkeinen
<tomi.valkeinen@ti.com>
Tue, 23 Feb 2016 15:34:34 +0000
(17:34 +0200)
committer
Tomi Valkeinen
<tomi.valkeinen@ti.com>
Thu, 3 Mar 2016 15:38:46 +0000
(17:38 +0200)
omapdss driver now depends on omapdrm, so we no longer should select
OMAP2_DSS from omapdrm's Kconfig.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/gpu/drm/omapdrm/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/omapdrm/Kconfig
b/drivers/gpu/drm/omapdrm/Kconfig
index
336ad4d
..
73241c4
100644
(file)
--- a/
drivers/gpu/drm/omapdrm/Kconfig
+++ b/
drivers/gpu/drm/omapdrm/Kconfig
@@
-2,7
+2,6
@@
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