summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/rockchip/Kconfig
diff options
context:
space:
mode:
authorTobias Jakobi <tjakobi@math.uni-bielefeld.de>2016-07-15 14:48:05 +0200
committerSean Paul <seanpaul@chromium.org>2016-07-15 10:28:20 -0400
commitdd86027b3bcf0e59ff0095415b1260c26487b926 (patch)
tree8d440abe6b1e46cdcebbf0b9cbe498e63bfa7daa /drivers/gpu/drm/rockchip/Kconfig
parent8e7446c36ffd43a19c8ca928899e835c527b615e (diff)
drm/rockchip: make fbdev support really optional
Currently enabling Rockchip 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: Sean Paul <seanpaul@chromium.org>
Diffstat (limited to 'drivers/gpu/drm/rockchip/Kconfig')
-rw-r--r--drivers/gpu/drm/rockchip/Kconfig4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/gpu/drm/rockchip/Kconfig b/drivers/gpu/drm/rockchip/Kconfig
index e48611e83c03..3c58669a06ce 100644
--- a/drivers/gpu/drm/rockchip/Kconfig
+++ b/drivers/gpu/drm/rockchip/Kconfig
@@ -4,11 +4,7 @@ config DRM_ROCKCHIP
depends on RESET_CONTROLLER
select DRM_GEM_CMA_HELPER
select DRM_KMS_HELPER
- select DRM_KMS_FB_HELPER
select DRM_PANEL
- select FB_CFB_FILLRECT
- select FB_CFB_COPYAREA
- select FB_CFB_IMAGEBLIT
select VIDEOMODE_HELPERS
help
Choose this option if you have a Rockchip soc chipset.