aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Jakobi <[email protected]>2016-07-15 14:47:59 +0200
committerDaniel Vetter <[email protected]>2016-07-18 09:11:34 +0200
commit9bcba8c7f7abba66510038b8340824e6c659b052 (patch)
tree3a9d248f98a80baaf660f8373df4ab76cad93ff1
parent0095ed4cbabb4f84063f710f8f922f73458d12cf (diff)
drm/omap: make fbdev support really optional
Currently enabling OMAP DRM support automatically pulls in fbdev dependency. However this dep is unnecessary since DRM core already handles this for us (DRM_FBDEV_EMULATION). Signed-off-by: Tobias Jakobi <[email protected]> Signed-off-by: Daniel Vetter <[email protected]> Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
-rw-r--r--drivers/gpu/drm/omapdrm/Kconfig5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/gpu/drm/omapdrm/Kconfig b/drivers/gpu/drm/omapdrm/Kconfig
index 336ad4de9981..556f81f6b2c7 100644
--- a/drivers/gpu/drm/omapdrm/Kconfig
+++ b/drivers/gpu/drm/omapdrm/Kconfig
@@ -4,11 +4,6 @@ config DRM_OMAP
depends on ARCH_OMAP2PLUS || ARCH_MULTIPLATFORM
select OMAP2_DSS
select DRM_KMS_HELPER
- select DRM_KMS_FB_HELPER
- select FB_SYS_FILLRECT
- select FB_SYS_COPYAREA
- select FB_SYS_IMAGEBLIT
- select FB_SYS_FOPS
default n
help
DRM display driver for OMAP2/3/4 based boards.