diff options
author | Tobias Jakobi <tjakobi@math.uni-bielefeld.de> | 2016-07-15 14:47:57 +0200 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2016-07-18 09:11:32 +0200 |
commit | c89f813a013e324ee3dc7d0277d92b33977677c9 (patch) | |
tree | 63b86f7c36f6b66004783690edc490851dda63fa /drivers/gpu/drm/arc | |
parent | f7813aa03768cea8c371534ddee4b8af026d1b10 (diff) | |
download | linux-c89f813a013e324ee3dc7d0277d92b33977677c9.tar.gz linux-c89f813a013e324ee3dc7d0277d92b33977677c9.tar.bz2 linux-c89f813a013e324ee3dc7d0277d92b33977677c9.zip |
drm/arc: make fbdev support really optional
Currently enabling ARC 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-2-git-send-email-tjakobi@math.uni-bielefeld.de
Diffstat (limited to 'drivers/gpu/drm/arc')
-rw-r--r-- | drivers/gpu/drm/arc/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/arc/Kconfig b/drivers/gpu/drm/arc/Kconfig index f9a13b658fea..f47d88ba4fa5 100644 --- a/drivers/gpu/drm/arc/Kconfig +++ b/drivers/gpu/drm/arc/Kconfig @@ -2,7 +2,6 @@ config DRM_ARCPGU tristate "ARC PGU" depends on DRM && OF select DRM_KMS_CMA_HELPER - select DRM_KMS_FB_HELPER select DRM_KMS_HELPER help Choose this option if you have an ARC PGU controller. |