2 tristate "Nouveau (NVIDIA) cards"
3 depends on DRM && PCI && MMU
7 select BACKLIGHT_CLASS_DEVICE if DRM_NOUVEAU_BACKLIGHT
8 select BACKLIGHT_LCD_SUPPORT if DRM_NOUVEAU_BACKLIGHT
9 select ACPI_VIDEO if ACPI && X86 && BACKLIGHT_CLASS_DEVICE && INPUT
10 select X86_PLATFORM_DEVICES if ACPI && X86
11 select ACPI_WMI if ACPI && X86
12 select MXM_WMI if ACPI && X86
14 # Similar to i915, we need to select ACPI_VIDEO and it's dependencies
15 select BACKLIGHT_LCD_SUPPORT if ACPI && X86
16 select BACKLIGHT_CLASS_DEVICE if ACPI && X86
17 select INPUT if ACPI && X86
18 select THERMAL if ACPI && X86
19 select ACPI_VIDEO if ACPI && X86
22 Choose this option for open-source NVIDIA support.
24 config NOUVEAU_PLATFORM_DRIVER
25 bool "Nouveau (NVIDIA) SoC GPUs"
26 depends on DRM_NOUVEAU && ARCH_TEGRA
29 Support for Nouveau platform driver, used for SoC GPUs as found
33 int "Maximum debug level"
34 depends on DRM_NOUVEAU
38 Selects the maximum debug level to compile support for.
45 5 - trace (recommended)
49 The paranoia and spam levels will add a lot of extra checks which
50 may potentially slow down driver operation.
52 config NOUVEAU_DEBUG_DEFAULT
53 int "Default debug level"
54 depends on DRM_NOUVEAU
58 Selects the default debug level
60 config NOUVEAU_DEBUG_MMU
61 bool "Enable additional MMU debugging"
62 depends on DRM_NOUVEAU
65 Say Y here if you want to enable verbose MMU debug output.
67 config DRM_NOUVEAU_BACKLIGHT
68 bool "Support for backlight control"
69 depends on DRM_NOUVEAU
72 Say Y here if you want to control the backlight of your display
73 (e.g. a laptop panel).
75 config DRM_NOUVEAU_SVM
76 bool "(EXPERIMENTAL) Enable SVM (Shared Virtual Memory) support"
77 depends on ARCH_HAS_HMM
78 depends on DRM_NOUVEAU
84 Say Y here if you want to enable experimental support for
85 Shared Virtual Memory (SVM).