2 tristate "Nouveau (NVIDIA) cards"
3 depends on DRM && PCI && MMU
7 select FB_BACKLIGHT if DRM_NOUVEAU_BACKLIGHT
8 select ACPI_VIDEO if ACPI && X86 && BACKLIGHT_CLASS_DEVICE && INPUT
9 select X86_PLATFORM_DEVICES if ACPI && X86
10 select ACPI_WMI if ACPI && X86
11 select MXM_WMI if ACPI && X86
13 # Similar to i915, we need to select ACPI_VIDEO and it's dependencies
14 select BACKLIGHT_LCD_SUPPORT if ACPI && X86
15 select BACKLIGHT_CLASS_DEVICE if ACPI && X86
16 select INPUT if ACPI && X86
17 select THERMAL if ACPI && X86
18 select ACPI_VIDEO if ACPI && X86
21 Choose this option for open-source NVIDIA support.
23 config NOUVEAU_PLATFORM_DRIVER
24 bool "Nouveau (NVIDIA) SoC GPUs"
25 depends on DRM_NOUVEAU && ARCH_TEGRA
28 Support for Nouveau platform driver, used for SoC GPUs as found
32 int "Maximum debug level"
33 depends on DRM_NOUVEAU
37 Selects the maximum debug level to compile support for.
44 5 - trace (recommended)
48 The paranoia and spam levels will add a lot of extra checks which
49 may potentially slow down driver operation.
51 config NOUVEAU_DEBUG_DEFAULT
52 int "Default debug level"
53 depends on DRM_NOUVEAU
57 Selects the default debug level
59 config NOUVEAU_DEBUG_MMU
60 bool "Enable additional MMU debugging"
61 depends on DRM_NOUVEAU
64 Say Y here if you want to enable verbose MMU debug output.
66 config DRM_NOUVEAU_BACKLIGHT
67 bool "Support for backlight control"
68 depends on DRM_NOUVEAU
71 Say Y here if you want to control the backlight of your display
72 (e.g. a laptop panel).