Home | History | Annotate | Line # | Download | only in nouveau
Kconfig revision 1.2
      1  1.1  riastrad config DRM_NOUVEAU
      2  1.2  riastrad 	tristate "Nouveau (NVIDIA) cards"
      3  1.1  riastrad 	depends on DRM && PCI
      4  1.1  riastrad         select FW_LOADER
      5  1.1  riastrad 	select DRM_KMS_HELPER
      6  1.1  riastrad 	select DRM_KMS_FB_HELPER
      7  1.1  riastrad 	select DRM_TTM
      8  1.1  riastrad 	select FB_CFB_FILLRECT
      9  1.1  riastrad 	select FB_CFB_COPYAREA
     10  1.1  riastrad 	select FB_CFB_IMAGEBLIT
     11  1.1  riastrad 	select FB
     12  1.1  riastrad 	select FRAMEBUFFER_CONSOLE if !EXPERT
     13  1.1  riastrad 	select FB_BACKLIGHT if DRM_NOUVEAU_BACKLIGHT
     14  1.1  riastrad 	select ACPI_VIDEO if ACPI && X86 && BACKLIGHT_CLASS_DEVICE && INPUT
     15  1.1  riastrad 	select X86_PLATFORM_DEVICES if ACPI && X86
     16  1.1  riastrad 	select ACPI_WMI if ACPI && X86
     17  1.1  riastrad 	select MXM_WMI if ACPI && X86
     18  1.1  riastrad 	select POWER_SUPPLY
     19  1.1  riastrad 	# Similar to i915, we need to select ACPI_VIDEO and it's dependencies
     20  1.1  riastrad 	select BACKLIGHT_LCD_SUPPORT if ACPI && X86
     21  1.1  riastrad 	select BACKLIGHT_CLASS_DEVICE if ACPI && X86
     22  1.1  riastrad 	select INPUT if ACPI && X86
     23  1.1  riastrad 	select THERMAL if ACPI && X86
     24  1.1  riastrad 	select ACPI_VIDEO if ACPI && X86
     25  1.1  riastrad 	help
     26  1.2  riastrad 	  Choose this option for open-source NVIDIA support.
     27  1.2  riastrad 
     28  1.2  riastrad config NOUVEAU_PLATFORM_DRIVER
     29  1.2  riastrad 	bool "Nouveau (NVIDIA) SoC GPUs"
     30  1.2  riastrad 	depends on DRM_NOUVEAU && ARCH_TEGRA
     31  1.2  riastrad 	default y
     32  1.2  riastrad 	help
     33  1.2  riastrad 	  Support for Nouveau platform driver, used for SoC GPUs as found
     34  1.2  riastrad 	  on NVIDIA Tegra K1.
     35  1.1  riastrad 
     36  1.1  riastrad config NOUVEAU_DEBUG
     37  1.1  riastrad 	int "Maximum debug level"
     38  1.1  riastrad 	depends on DRM_NOUVEAU
     39  1.1  riastrad 	range 0 7
     40  1.1  riastrad 	default 5
     41  1.1  riastrad 	help
     42  1.1  riastrad 	  Selects the maximum debug level to compile support for.
     43  1.1  riastrad 
     44  1.1  riastrad 	  0 - fatal
     45  1.1  riastrad 	  1 - error
     46  1.1  riastrad 	  2 - warning
     47  1.1  riastrad 	  3 - info
     48  1.1  riastrad 	  4 - debug
     49  1.1  riastrad 	  5 - trace (recommended)
     50  1.1  riastrad 	  6 - paranoia
     51  1.1  riastrad 	  7 - spam
     52  1.1  riastrad 
     53  1.1  riastrad 	  The paranoia and spam levels will add a lot of extra checks which
     54  1.1  riastrad 	  may potentially slow down driver operation.
     55  1.1  riastrad 
     56  1.1  riastrad config NOUVEAU_DEBUG_DEFAULT
     57  1.1  riastrad 	int "Default debug level"
     58  1.1  riastrad 	depends on DRM_NOUVEAU
     59  1.1  riastrad 	range 0 7
     60  1.1  riastrad 	default 3
     61  1.1  riastrad 	help
     62  1.1  riastrad 	  Selects the default debug level
     63  1.1  riastrad 
     64  1.1  riastrad config DRM_NOUVEAU_BACKLIGHT
     65  1.1  riastrad 	bool "Support for backlight control"
     66  1.1  riastrad 	depends on DRM_NOUVEAU
     67  1.1  riastrad 	default y
     68  1.1  riastrad 	help
     69  1.1  riastrad 	  Say Y here if you want to control the backlight of your display
     70  1.1  riastrad 	  (e.g. a laptop panel).
     71