Skip to content

Commit

Permalink
drm/mxm: fix Kconfig options for when to build MXM WMI driver.
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Airlie <airlied@redhat.com>
  • Loading branch information
Dave Airlie committed May 9, 2011
1 parent 269dc2d commit 0eacdba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/nouveau/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +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
select MXM_WMI if ACPI && ACPI_WMI
help
Choose this option for open-source nVidia support.

Expand Down
2 changes: 1 addition & 1 deletion drivers/platform/x86/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,7 @@ config SAMSUNG_LAPTOP

config MXM_WMI
tristate "WMI support for MXM Laptop Graphics"
depends on WMI
depends on ACPI_WMI
---help---
MXM is a standard for laptop graphics cards, the WMI interface
is required for switchable nvidia graphics machines
Expand Down

0 comments on commit 0eacdba

Please sign in to comment.