diff options
author | Dave Airlie <airlied@redhat.com> | 2010-12-06 12:57:45 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2011-05-04 13:38:46 +1000 |
commit | 8116188fdef5946bcbb2d73e41d7412a57ffb034 (patch) | |
tree | e2ef4a120cc581ff92e5f63d868b7c050e98fada /drivers/gpu/drm/nouveau/Kconfig | |
parent | 99b38b4acc0d7dbbab443273577cff60080fcfad (diff) | |
download | linux-8116188fdef5946bcbb2d73e41d7412a57ffb034.tar.bz2 |
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 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. |