diff options
author | Tobias Jakobi <tjakobi@math.uni-bielefeld.de> | 2016-07-15 08:48:10 -0400 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2016-07-18 03:11:39 -0400 |
commit | 3aa9a8e4e3a95da81f54a096029f309697f4af07 (patch) | |
tree | d515e473caa6fc6ed5b0bef29eadf499eb81ab55 | |
parent | e27962af0c244cf047542ffb68b173eded2e3dd4 (diff) |
drm/bochs: make fbdev support really optional
Currently enabling Bochs 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-15-git-send-email-tjakobi@math.uni-bielefeld.de
-rw-r--r-- | drivers/gpu/drm/bochs/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/gpu/drm/bochs/Kconfig b/drivers/gpu/drm/bochs/Kconfig index 5f8b0c2b9a44..f739763f47ce 100644 --- a/drivers/gpu/drm/bochs/Kconfig +++ b/drivers/gpu/drm/bochs/Kconfig | |||
@@ -2,10 +2,6 @@ config DRM_BOCHS | |||
2 | tristate "DRM Support for bochs dispi vga interface (qemu stdvga)" | 2 | tristate "DRM Support for bochs dispi vga interface (qemu stdvga)" |
3 | depends on DRM && PCI | 3 | depends on DRM && PCI |
4 | select DRM_KMS_HELPER | 4 | select DRM_KMS_HELPER |
5 | select DRM_KMS_FB_HELPER | ||
6 | select FB_SYS_FILLRECT | ||
7 | select FB_SYS_COPYAREA | ||
8 | select FB_SYS_IMAGEBLIT | ||
9 | select DRM_TTM | 5 | select DRM_TTM |
10 | help | 6 | help |
11 | Choose this option for qemu. | 7 | Choose this option for qemu. |