Home | History | Annotate | Line # | Download | only in nouveau
Kconfig revision 1.1.1.1
      1  1.1  riastrad config DRM_NOUVEAU
      2  1.1  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.1  riastrad 	  Choose this option for open-source nVidia support.
     27  1.1  riastrad 
     28  1.1  riastrad config NOUVEAU_DEBUG
     29  1.1  riastrad 	int "Maximum debug level"
     30  1.1  riastrad 	depends on DRM_NOUVEAU
     31  1.1  riastrad 	range 0 7
     32  1.1  riastrad 	default 5
     33  1.1  riastrad 	help
     34  1.1  riastrad 	  Selects the maximum debug level to compile support for.
     35  1.1  riastrad 
     36  1.1  riastrad 	  0 - fatal
     37  1.1  riastrad 	  1 - error
     38  1.1  riastrad 	  2 - warning
     39  1.1  riastrad 	  3 - info
     40  1.1  riastrad 	  4 - debug
     41  1.1  riastrad 	  5 - trace (recommended)
     42  1.1  riastrad 	  6 - paranoia
     43  1.1  riastrad 	  7 - spam
     44  1.1  riastrad 
     45  1.1  riastrad 	  The paranoia and spam levels will add a lot of extra checks which
     46  1.1  riastrad 	  may potentially slow down driver operation.
     47  1.1  riastrad 
     48  1.1  riastrad config NOUVEAU_DEBUG_DEFAULT
     49  1.1  riastrad 	int "Default debug level"
     50  1.1  riastrad 	depends on DRM_NOUVEAU
     51  1.1  riastrad 	range 0 7
     52  1.1  riastrad 	default 3
     53  1.1  riastrad 	help
     54  1.1  riastrad 	  Selects the default debug level
     55  1.1  riastrad 
     56  1.1  riastrad config DRM_NOUVEAU_BACKLIGHT
     57  1.1  riastrad 	bool "Support for backlight control"
     58  1.1  riastrad 	depends on DRM_NOUVEAU
     59  1.1  riastrad 	default y
     60  1.1  riastrad 	help
     61  1.1  riastrad 	  Say Y here if you want to control the backlight of your display
     62  1.1  riastrad 	  (e.g. a laptop panel).
     63