diff options
author | Hans de Goede <hdegoede@redhat.com> | 2019-03-04 17:47:24 +0100 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2019-03-11 17:31:15 +0100 |
commit | 131abc56e1bacef23cb7b340519d36e2f5adb2a9 (patch) | |
tree | a4c76ff780a891f0450807dfd50f12fa5062ec46 /drivers/gpu/drm/Kconfig | |
parent | e5361b4b2b654ae7f0779de331ccd68e4970e401 (diff) |
drm/vboxvideo: Move the vboxvideo driver out of staging
The vboxvideo driver has been converted to the atomic modesetting API
and all FIXME and TODO items have been fixed, so it is time to move it out
of staging.
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190304164724.10210-4-hdegoede@redhat.com
Diffstat (limited to 'drivers/gpu/drm/Kconfig')
-rw-r--r-- | drivers/gpu/drm/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/Kconfig b/drivers/gpu/drm/Kconfig index bd943a71756c..7e3b8360bfc4 100644 --- a/drivers/gpu/drm/Kconfig +++ b/drivers/gpu/drm/Kconfig @@ -329,6 +329,8 @@ source "drivers/gpu/drm/tve200/Kconfig" source "drivers/gpu/drm/xen/Kconfig" +source "drivers/gpu/drm/vboxvideo/Kconfig" + # Keep legacy drivers last menuconfig DRM_LEGACY |