Kconfig revision 1.2
11.1Sriastradconfig DRM_NOUVEAU
21.2Sriastrad	tristate "Nouveau (NVIDIA) cards"
31.1Sriastrad	depends on DRM && PCI
41.1Sriastrad        select FW_LOADER
51.1Sriastrad	select DRM_KMS_HELPER
61.1Sriastrad	select DRM_KMS_FB_HELPER
71.1Sriastrad	select DRM_TTM
81.1Sriastrad	select FB_CFB_FILLRECT
91.1Sriastrad	select FB_CFB_COPYAREA
101.1Sriastrad	select FB_CFB_IMAGEBLIT
111.1Sriastrad	select FB
121.1Sriastrad	select FRAMEBUFFER_CONSOLE if !EXPERT
131.1Sriastrad	select FB_BACKLIGHT if DRM_NOUVEAU_BACKLIGHT
141.1Sriastrad	select ACPI_VIDEO if ACPI && X86 && BACKLIGHT_CLASS_DEVICE && INPUT
151.1Sriastrad	select X86_PLATFORM_DEVICES if ACPI && X86
161.1Sriastrad	select ACPI_WMI if ACPI && X86
171.1Sriastrad	select MXM_WMI if ACPI && X86
181.1Sriastrad	select POWER_SUPPLY
191.1Sriastrad	# Similar to i915, we need to select ACPI_VIDEO and it's dependencies
201.1Sriastrad	select BACKLIGHT_LCD_SUPPORT if ACPI && X86
211.1Sriastrad	select BACKLIGHT_CLASS_DEVICE if ACPI && X86
221.1Sriastrad	select INPUT if ACPI && X86
231.1Sriastrad	select THERMAL if ACPI && X86
241.1Sriastrad	select ACPI_VIDEO if ACPI && X86
251.1Sriastrad	help
261.2Sriastrad	  Choose this option for open-source NVIDIA support.
271.2Sriastrad
281.2Sriastradconfig NOUVEAU_PLATFORM_DRIVER
291.2Sriastrad	bool "Nouveau (NVIDIA) SoC GPUs"
301.2Sriastrad	depends on DRM_NOUVEAU && ARCH_TEGRA
311.2Sriastrad	default y
321.2Sriastrad	help
331.2Sriastrad	  Support for Nouveau platform driver, used for SoC GPUs as found
341.2Sriastrad	  on NVIDIA Tegra K1.
351.1Sriastrad
361.1Sriastradconfig NOUVEAU_DEBUG
371.1Sriastrad	int "Maximum debug level"
381.1Sriastrad	depends on DRM_NOUVEAU
391.1Sriastrad	range 0 7
401.1Sriastrad	default 5
411.1Sriastrad	help
421.1Sriastrad	  Selects the maximum debug level to compile support for.
431.1Sriastrad
441.1Sriastrad	  0 - fatal
451.1Sriastrad	  1 - error
461.1Sriastrad	  2 - warning
471.1Sriastrad	  3 - info
481.1Sriastrad	  4 - debug
491.1Sriastrad	  5 - trace (recommended)
501.1Sriastrad	  6 - paranoia
511.1Sriastrad	  7 - spam
521.1Sriastrad
531.1Sriastrad	  The paranoia and spam levels will add a lot of extra checks which
541.1Sriastrad	  may potentially slow down driver operation.
551.1Sriastrad
561.1Sriastradconfig NOUVEAU_DEBUG_DEFAULT
571.1Sriastrad	int "Default debug level"
581.1Sriastrad	depends on DRM_NOUVEAU
591.1Sriastrad	range 0 7
601.1Sriastrad	default 3
611.1Sriastrad	help
621.1Sriastrad	  Selects the default debug level
631.1Sriastrad
641.1Sriastradconfig DRM_NOUVEAU_BACKLIGHT
651.1Sriastrad	bool "Support for backlight control"
661.1Sriastrad	depends on DRM_NOUVEAU
671.1Sriastrad	default y
681.1Sriastrad	help
691.1Sriastrad	  Say Y here if you want to control the backlight of your display
701.1Sriastrad	  (e.g. a laptop panel).
71