diff options
author | Dave Airlie <airlied@redhat.com> | 2011-05-09 14:37:10 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2011-05-09 14:37:10 +1000 |
commit | 0eacdba3a186e5d5b8a8bb421caacddc135e67e3 (patch) | |
tree | 8b3bced1b4b92cb66ec85dd38fad95e4312f78cf /drivers/gpu/drm/nouveau/Kconfig | |
parent | 269dc2d9194f74b920647e0f2ed0d822dc431770 (diff) | |
download | talos-obmc-linux-0eacdba3a186e5d5b8a8bb421caacddc135e67e3.tar.gz talos-obmc-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/Kconfig | 2 |
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. |