Commit 0eacdba3 authored by Dave Airlie's avatar Dave Airlie

drm/mxm: fix Kconfig options for when to build MXM WMI driver.

Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent 269dc2d9
...@@ -11,7 +11,7 @@ config DRM_NOUVEAU ...@@ -11,7 +11,7 @@ config DRM_NOUVEAU
select FRAMEBUFFER_CONSOLE if !EXPERT select FRAMEBUFFER_CONSOLE if !EXPERT
select FB_BACKLIGHT if DRM_NOUVEAU_BACKLIGHT select FB_BACKLIGHT if DRM_NOUVEAU_BACKLIGHT
select ACPI_VIDEO if ACPI && X86 && BACKLIGHT_CLASS_DEVICE && VIDEO_OUTPUT_CONTROL && INPUT select ACPI_VIDEO if ACPI && X86 && BACKLIGHT_CLASS_DEVICE && VIDEO_OUTPUT_CONTROL && INPUT
select MXM_WMI if ACPI select MXM_WMI if ACPI && ACPI_WMI
help help
Choose this option for open-source nVidia support. Choose this option for open-source nVidia support.
......
...@@ -755,7 +755,7 @@ config SAMSUNG_LAPTOP ...@@ -755,7 +755,7 @@ config SAMSUNG_LAPTOP
config MXM_WMI config MXM_WMI
tristate "WMI support for MXM Laptop Graphics" tristate "WMI support for MXM Laptop Graphics"
depends on WMI depends on ACPI_WMI
---help--- ---help---
MXM is a standard for laptop graphics cards, the WMI interface MXM is a standard for laptop graphics cards, the WMI interface
is required for switchable nvidia graphics machines is required for switchable nvidia graphics machines
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment