diff options
author | Dave Airlie <airlied@redhat.com> | 2010-12-05 21:57:45 -0500 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2011-05-03 23:38:46 -0400 |
commit | 8116188fdef5946bcbb2d73e41d7412a57ffb034 (patch) | |
tree | e2ef4a120cc581ff92e5f63d868b7c050e98fada /drivers/gpu/drm/nouveau/Kconfig | |
parent | 99b38b4acc0d7dbbab443273577cff60080fcfad (diff) |
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/Kconfig | 1 |
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 | |||
11 | select FRAMEBUFFER_CONSOLE if !EXPERT | 11 | select FRAMEBUFFER_CONSOLE if !EXPERT |
12 | select FB_BACKLIGHT if DRM_NOUVEAU_BACKLIGHT | 12 | select FB_BACKLIGHT if DRM_NOUVEAU_BACKLIGHT |
13 | select ACPI_VIDEO if ACPI && X86 && BACKLIGHT_CLASS_DEVICE && VIDEO_OUTPUT_CONTROL && INPUT | 13 | select ACPI_VIDEO if ACPI && X86 && BACKLIGHT_CLASS_DEVICE && VIDEO_OUTPUT_CONTROL && INPUT |
14 | select MXM_WMI if ACPI | ||
14 | help | 15 | help |
15 | Choose this option for open-source nVidia support. | 16 | Choose this option for open-source nVidia support. |
16 | 17 | ||