Kconfig revision 1.1
11.1Sriastradconfig DRM_NOUVEAU 21.1Sriastrad 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.1Sriastrad Choose this option for open-source nVidia support. 271.1Sriastrad 281.1Sriastradconfig NOUVEAU_DEBUG 291.1Sriastrad int "Maximum debug level" 301.1Sriastrad depends on DRM_NOUVEAU 311.1Sriastrad range 0 7 321.1Sriastrad default 5 331.1Sriastrad help 341.1Sriastrad Selects the maximum debug level to compile support for. 351.1Sriastrad 361.1Sriastrad 0 - fatal 371.1Sriastrad 1 - error 381.1Sriastrad 2 - warning 391.1Sriastrad 3 - info 401.1Sriastrad 4 - debug 411.1Sriastrad 5 - trace (recommended) 421.1Sriastrad 6 - paranoia 431.1Sriastrad 7 - spam 441.1Sriastrad 451.1Sriastrad The paranoia and spam levels will add a lot of extra checks which 461.1Sriastrad may potentially slow down driver operation. 471.1Sriastrad 481.1Sriastradconfig NOUVEAU_DEBUG_DEFAULT 491.1Sriastrad int "Default debug level" 501.1Sriastrad depends on DRM_NOUVEAU 511.1Sriastrad range 0 7 521.1Sriastrad default 3 531.1Sriastrad help 541.1Sriastrad Selects the default debug level 551.1Sriastrad 561.1Sriastradconfig DRM_NOUVEAU_BACKLIGHT 571.1Sriastrad bool "Support for backlight control" 581.1Sriastrad depends on DRM_NOUVEAU 591.1Sriastrad default y 601.1Sriastrad help 611.1Sriastrad Say Y here if you want to control the backlight of your display 621.1Sriastrad (e.g. a laptop panel). 63