blob: c02a13406a816e02e71cc61a5efcc89a143f3a63 [file] [log] [blame]
Ben Skeggs6ee73862009-12-11 19:24:15 +10001config DRM_NOUVEAU
Alexandre Courbot8ba9ff12014-06-26 14:33:32 +09002 tristate "Nouveau (NVIDIA) cards"
Benjamin Gaignard011cda52017-01-07 12:39:11 +01003 depends on DRM && PCI && MMU
Ben Skeggs6ee73862009-12-11 19:24:15 +10004 select FW_LOADER
5 select DRM_KMS_HELPER
6 select DRM_TTM
Ben Skeggs6ee73862009-12-11 19:24:15 +10007 select FB_BACKLIGHT if DRM_NOUVEAU_BACKLIGHT
Jean Delvarea386c002014-03-17 16:17:49 +01008 select ACPI_VIDEO if ACPI && X86 && BACKLIGHT_CLASS_DEVICE && INPUT
Ben Hutchingsa91ed422013-02-20 02:57:32 +00009 select X86_PLATFORM_DEVICES if ACPI && X86
10 select ACPI_WMI if ACPI && X86
11 select MXM_WMI if ACPI && X86
Dave Airlie40c61042012-04-02 10:45:49 +010012 select POWER_SUPPLY
Maarten Lankhorst11072762013-06-27 13:38:23 +020013 # 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
Maarten Lankhorst11072762013-06-27 13:38:23 +020016 select INPUT if ACPI && X86
17 select THERMAL if ACPI && X86
18 select ACPI_VIDEO if ACPI && X86
Benjamin Gaignard99c48e12017-01-04 10:12:56 +010019 select DRM_VM
Ben Skeggs6ee73862009-12-11 19:24:15 +100020 help
Alexandre Courbot8ba9ff12014-06-26 14:33:32 +090021 Choose this option for open-source NVIDIA support.
22
23config NOUVEAU_PLATFORM_DRIVER
Alexandre Courbot055a65d2015-01-15 15:29:56 +090024 bool "Nouveau (NVIDIA) SoC GPUs"
Alexandre Courbot8ba9ff12014-06-26 14:33:32 +090025 depends on DRM_NOUVEAU && ARCH_TEGRA
26 default y
27 help
28 Support for Nouveau platform driver, used for SoC GPUs as found
29 on NVIDIA Tegra K1.
Ben Skeggs6ee73862009-12-11 19:24:15 +100030
Ben Skeggs59999332012-08-03 14:58:10 +100031config NOUVEAU_DEBUG
32 int "Maximum debug level"
33 depends on DRM_NOUVEAU
34 range 0 7
35 default 5
36 help
37 Selects the maximum debug level to compile support for.
38
39 0 - fatal
40 1 - error
41 2 - warning
42 3 - info
43 4 - debug
44 5 - trace (recommended)
45 6 - paranoia
46 7 - spam
47
48 The paranoia and spam levels will add a lot of extra checks which
49 may potentially slow down driver operation.
50
51config NOUVEAU_DEBUG_DEFAULT
52 int "Default debug level"
53 depends on DRM_NOUVEAU
54 range 0 7
55 default 3
56 help
57 Selects the default debug level
58
Ben Skeggs6ee73862009-12-11 19:24:15 +100059config DRM_NOUVEAU_BACKLIGHT
60 bool "Support for backlight control"
61 depends on DRM_NOUVEAU
62 default y
63 help
64 Say Y here if you want to control the backlight of your display
65 (e.g. a laptop panel).