2 tristate "Nouveau (nVidia) cards"
9 select FB_CFB_IMAGEBLIT
11 select FRAMEBUFFER_CONSOLE if !EXPERT
12 select FB_BACKLIGHT if DRM_NOUVEAU_BACKLIGHT
13 select ACPI_VIDEO if ACPI && X86 && BACKLIGHT_CLASS_DEVICE && VIDEO_OUTPUT_CONTROL && INPUT
14 select X86_PLATFORM_DEVICES if ACPI && X86
15 select ACPI_WMI if ACPI && X86
16 select MXM_WMI if ACPI && X86
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
26 Choose this option for open-source nVidia support.
29 int "Maximum debug level"
30 depends on DRM_NOUVEAU
34 Selects the maximum debug level to compile support for.
41 5 - trace (recommended)
45 The paranoia and spam levels will add a lot of extra checks which
46 may potentially slow down driver operation.
48 config NOUVEAU_DEBUG_DEFAULT
49 int "Default debug level"
50 depends on DRM_NOUVEAU
54 Selects the default debug level
56 config DRM_NOUVEAU_BACKLIGHT
57 bool "Support for backlight control"
58 depends on DRM_NOUVEAU
61 Say Y here if you want to control the backlight of your display
62 (e.g. a laptop panel).