Displaying 1 result from an estimated 1 matches for "297709e".
Did you mean:
297709
2012 Apr 15
1
[PATCH resend] drm/nouveau: fix acpi related kbuild warnings
...upport.
+config DRM_NOUVEAU_ACPI
+ bool
+ select X86_PLATFORM_DEVICES
+ select ACPI_WMI
+ select MXM_WMI
+
config DRM_NOUVEAU_BACKLIGHT
bool "Support for backlight control"
depends on DRM_NOUVEAU
diff --git a/drivers/gpu/drm/nouveau/Makefile b/drivers/gpu/drm/nouveau/Makefile
index 297709e..03860f5 100644
--- a/drivers/gpu/drm/nouveau/Makefile
+++ b/drivers/gpu/drm/nouveau/Makefile
@@ -43,6 +43,6 @@ nouveau-y := nouveau_drv.o nouveau_state.o nouveau_channel.o nouveau_mem.o \
nouveau-$(CONFIG_DRM_NOUVEAU_DEBUG) += nouveau_debugfs.o nouveau_vram_con.o
nouveau-$(CONFIG_COMPAT) += nouv...