diff options
Diffstat (limited to 'drivers/gpu/drm/nouveau/Kconfig')
-rw-r--r-- | drivers/gpu/drm/nouveau/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/Kconfig b/drivers/gpu/drm/nouveau/Kconfig index a7ff6d5a34b9..ff80f12480ea 100644 --- a/drivers/gpu/drm/nouveau/Kconfig +++ b/drivers/gpu/drm/nouveau/Kconfig | |||
@@ -15,6 +15,13 @@ config DRM_NOUVEAU | |||
15 | select ACPI_WMI if ACPI && X86 | 15 | select ACPI_WMI if ACPI && X86 |
16 | select MXM_WMI if ACPI && X86 | 16 | select MXM_WMI if ACPI && X86 |
17 | select POWER_SUPPLY | 17 | select POWER_SUPPLY |
18 | # Similar to i915, we need to select ACPI_VIDEO and it's dependencies | ||
19 | select BACKLIGHT_LCD_SUPPORT if ACPI && X86 | ||
20 | select BACKLIGHT_CLASS_DEVICE if ACPI && X86 | ||
21 | select VIDEO_OUTPUT_CONTROL if ACPI && X86 | ||
22 | select INPUT if ACPI && X86 | ||
23 | select THERMAL if ACPI && X86 | ||
24 | select ACPI_VIDEO if ACPI && X86 | ||
18 | help | 25 | help |
19 | Choose this option for open-source nVidia support. | 26 | Choose this option for open-source nVidia support. |
20 | 27 | ||