projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0f0c17
)
drm/virtio: make fbdev support really optional
author
Tobias Jakobi
<tjakobi@math.uni-bielefeld.de>
Fri, 15 Jul 2016 12:48:14 +0000
(14:48 +0200)
committer
Daniel Vetter
<daniel.vetter@ffwll.ch>
Mon, 18 Jul 2016 07:11:40 +0000
(09:11 +0200)
Currently enabling VirtIO 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-19-git-send-email-tjakobi@math.uni-bielefeld.de
drivers/gpu/drm/virtio/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/virtio/Kconfig
b/drivers/gpu/drm/virtio/Kconfig
index 9983eadb81b6a18bb9eef9afc80895970fa5ac18..e1afc3d3f8d95cfb33d1905fcbccf0ab0201190d 100644
(file)
--- a/
drivers/gpu/drm/virtio/Kconfig
+++ b/
drivers/gpu/drm/virtio/Kconfig
@@
-1,11
+1,7
@@
config DRM_VIRTIO_GPU
tristate "Virtio GPU driver"
depends on DRM && VIRTIO
- select FB_SYS_FILLRECT
- select FB_SYS_COPYAREA
- select FB_SYS_IMAGEBLIT
select DRM_KMS_HELPER
- select DRM_KMS_FB_HELPER
select DRM_TTM
help
This is the virtual GPU driver for virtio. It can be used with