summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/fsl-dcu/Kconfig
diff options
context:
space:
mode:
authorTobias Jakobi <tjakobi@math.uni-bielefeld.de>2016-07-15 14:48:09 +0200
committerDaniel Vetter <daniel.vetter@ffwll.ch>2016-07-18 09:11:39 +0200
commite27962af0c244cf047542ffb68b173eded2e3dd4 (patch)
tree72fe85b3e48fa7d6c730274e95b29d522fdb5f74 /drivers/gpu/drm/fsl-dcu/Kconfig
parent1103ea40f3dc7fd785d6bc9305ffdd45267efdba (diff)
drm/fsl-dcu: make fbdev support really optional
Currently enabling Freescale DCU 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 <tjakobi@math.uni-bielefeld.de> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: http://patchwork.freedesktop.org/patch/msgid/1468586897-32298-14-git-send-email-tjakobi@math.uni-bielefeld.de
Diffstat (limited to 'drivers/gpu/drm/fsl-dcu/Kconfig')
-rw-r--r--drivers/gpu/drm/fsl-dcu/Kconfig5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/gpu/drm/fsl-dcu/Kconfig b/drivers/gpu/drm/fsl-dcu/Kconfig
index b9c714de6e40..14a72c4c496d 100644
--- a/drivers/gpu/drm/fsl-dcu/Kconfig
+++ b/drivers/gpu/drm/fsl-dcu/Kconfig
@@ -5,12 +5,7 @@ config DRM_FSL_DCU
select BACKLIGHT_LCD_SUPPORT
select DRM_KMS_HELPER
select DRM_KMS_CMA_HELPER
- select DRM_KMS_FB_HELPER
select DRM_PANEL
- select FB_SYS_FILLRECT
- select FB_SYS_COPYAREA
- select FB_SYS_IMAGEBLIT
- select FB_SYS_FOPS
select REGMAP_MMIO
select VIDEOMODE_HELPERS
help