diff options
author | Tobias Jakobi <tjakobi@math.uni-bielefeld.de> | 2016-07-15 14:48:05 +0200 |
---|---|---|
committer | Sean Paul <seanpaul@chromium.org> | 2016-07-15 16:28:20 +0200 |
commit | dd86027b3bcf0e59ff0095415b1260c26487b926 (patch) | |
tree | 8d440abe6b1e46cdcebbf0b9cbe498e63bfa7daa /drivers/gpu/drm/rockchip | |
parent | gpu: drm: arcpgu_drv: add missing of_node_put after calling of_parse_phandle (diff) | |
download | linux-dd86027b3bcf0e59ff0095415b1260c26487b926.tar.xz linux-dd86027b3bcf0e59ff0095415b1260c26487b926.zip |
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')
-rw-r--r-- | drivers/gpu/drm/rockchip/Kconfig | 4 |
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. |