summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/Kconfig
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2011-05-09 06:37:10 +0200
committerDave Airlie <airlied@redhat.com>2011-05-09 06:37:10 +0200
commit0eacdba3a186e5d5b8a8bb421caacddc135e67e3 (patch)
tree8b3bced1b4b92cb66ec85dd38fad95e4312f78cf /drivers/gpu/drm/nouveau/Kconfig
parentMerge remote branch 'korg/drm-nvidia-switch-fixes' into drm-core-next (diff)
downloadlinux-0eacdba3a186e5d5b8a8bb421caacddc135e67e3.tar.xz
linux-0eacdba3a186e5d5b8a8bb421caacddc135e67e3.zip
drm/mxm: fix Kconfig options for when to build MXM WMI driver.
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/Kconfig')
-rw-r--r--drivers/gpu/drm/nouveau/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/Kconfig b/drivers/gpu/drm/nouveau/Kconfig
index e2f8a38d5f24..e83c5b1e1f0f 100644
--- a/drivers/gpu/drm/nouveau/Kconfig
+++ b/drivers/gpu/drm/nouveau/Kconfig
@@ -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.