]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - drivers/gpu/drm/nouveau/Kconfig
drm: nouveau: fix build when LEDS_CLASS=m
[karo-tx-linux.git] / drivers / gpu / drm / nouveau / Kconfig
1 config DRM_NOUVEAU
2         tristate "Nouveau (NVIDIA) cards"
3         depends on DRM && PCI
4         depends on LEDS_CLASS || LEDS_CLASS=n
5         select FW_LOADER
6         select DRM_KMS_HELPER
7         select DRM_TTM
8         select FB_BACKLIGHT 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
13         select POWER_SUPPLY
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
20         help
21           Choose this option for open-source NVIDIA support.
22
23 config NOUVEAU_PLATFORM_DRIVER
24         bool "Nouveau (NVIDIA) SoC GPUs"
25         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.
30
31 config 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
51 config 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
59 config 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).