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:
d352f35
)
drm/exynos: Remove Kconfig deps for FIMD and DECON7
author
Tobias Jakobi
<tjakobi@math.uni-bielefeld.de>
Fri, 20 Jan 2017 16:02:50 +0000
(17:02 +0100)
committer
Daniel Vetter
<daniel.vetter@ffwll.ch>
Mon, 23 Jan 2017 08:36:04 +0000
(09:36 +0100)
While the Kconfig entries of FIMD and DECON7 both select
FB_MODE_HELPERS, the code doesn't use any of the functionality.
Signed-off-by: Tobias Jakobi <tjakobi@math.uni-bielefeld.de>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link:
http://patchwork.freedesktop.org/patch/msgid/1484928172-16784-1-git-send-email-tjakobi@math.uni-bielefeld.de
drivers/gpu/drm/exynos/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/exynos/Kconfig
b/drivers/gpu/drm/exynos/Kconfig
index d706ca4e2f02fc9ac424c273ee130d4a7b5976a7..1d185347c64c06f7b749061909390ea0953ed3f8 100644
(file)
--- a/
drivers/gpu/drm/exynos/Kconfig
+++ b/
drivers/gpu/drm/exynos/Kconfig
@@
-19,7
+19,6
@@
comment "CRTCs"
config DRM_EXYNOS_FIMD
bool "FIMD"
depends on !FB_S3C
- select FB_MODE_HELPERS
select MFD_SYSCON
help
Choose this option if you want to use Exynos FIMD for DRM.
@@
-32,7
+31,6
@@
config DRM_EXYNOS5433_DECON
config DRM_EXYNOS7_DECON
bool "DECON on Exynos7"
depends on !FB_S3C
- select FB_MODE_HELPERS
help
Choose this option if you want to use Exynos DECON for DRM.