summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/Kconfig
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2010-12-06 05:57:45 +0300
committerDave Airlie <airlied@redhat.com>2011-05-04 07:38:46 +0400
commit8116188fdef5946bcbb2d73e41d7412a57ffb034 (patch)
treee2ef4a120cc581ff92e5f63d868b7c050e98fada /drivers/gpu/drm/nouveau/Kconfig
parent99b38b4acc0d7dbbab443273577cff60080fcfad (diff)
downloadlinux-8116188fdef5946bcbb2d73e41d7412a57ffb034.tar.xz
nouveau/acpi: hook up to the MXM method for mux switching.
this hooks up nouveau to the MXM mux switching method. With this in place I can switch the LVDS MUX on my T410s, I expect we need a bit more work for other laptops. Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/Kconfig')
-rw-r--r--drivers/gpu/drm/nouveau/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/Kconfig b/drivers/gpu/drm/nouveau/Kconfig
index de70959b9ed5..e2f8a38d5f24 100644
--- a/drivers/gpu/drm/nouveau/Kconfig
+++ b/drivers/gpu/drm/nouveau/Kconfig
@@ -11,6 +11,7 @@ config DRM_NOUVEAU
select FRAMEBUFFER_CONSOLE if !EXPERT
select FB_BACKLIGHT if DRM_NOUVEAU_BACKLIGHT
select ACPI_VIDEO if ACPI && X86 && BACKLIGHT_CLASS_DEVICE && VIDEO_OUTPUT_CONTROL && INPUT
+ select MXM_WMI if ACPI
help
Choose this option for open-source nVidia support.