diff options
author | Dave Airlie <airlied@redhat.com> | 2012-08-28 21:38:49 -0400 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2012-09-07 13:24:34 +1000 |
commit | 5d2afab958f8cd203a8fe639082b5b5e74f748f9 (patch) | |
tree | bc769725be83b68f31720a67e329277c119a9088 /drivers/gpu/drm/vmwgfx/Kconfig | |
parent | 804d74abe2e3f361ead5c5c6850d5b1ab0203862 (diff) |
drm/vmwgfx: allow a kconfig option to choose if fbcon is enabled
This makes things easier for distros where we'd like to have fbcon
enabled all the time.
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/vmwgfx/Kconfig')
-rw-r--r-- | drivers/gpu/drm/vmwgfx/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/gpu/drm/vmwgfx/Kconfig b/drivers/gpu/drm/vmwgfx/Kconfig index 794ff67c570..b71bcd0bfbb 100644 --- a/drivers/gpu/drm/vmwgfx/Kconfig +++ b/drivers/gpu/drm/vmwgfx/Kconfig @@ -12,3 +12,11 @@ config DRM_VMWGFX This is a KMS enabled DRM driver for the VMware SVGA2 virtual hardware. The compiled module will be called "vmwgfx.ko". + +config DRM_VMWGFX_FBCON + depends on DRM_VMWGFX + bool "Enable framebuffer console under vmwgfx by default" + help + Choose this option if you are shipping a new vmwgfx + userspace driver that supports using the kernel driver. + |