Ben Skeggs | 6ee7386 | 2009-12-11 19:24:15 +1000 | [diff] [blame] | 1 | config DRM_NOUVEAU |
| 2 | tristate "Nouveau (nVidia) cards" |
Dave Airlie | f5f05c8 | 2010-07-09 07:43:27 +1000 | [diff] [blame] | 3 | depends on DRM && PCI |
Ben Skeggs | 6ee7386 | 2009-12-11 19:24:15 +1000 | [diff] [blame] | 4 | select FW_LOADER |
| 5 | select DRM_KMS_HELPER |
| 6 | select DRM_TTM |
| 7 | select FB_CFB_FILLRECT |
| 8 | select FB_CFB_COPYAREA |
| 9 | select FB_CFB_IMAGEBLIT |
| 10 | select FB |
David Rientjes | 6a108a1 | 2011-01-20 14:44:16 -0800 | [diff] [blame] | 11 | select FRAMEBUFFER_CONSOLE if !EXPERT |
Ben Skeggs | 6ee7386 | 2009-12-11 19:24:15 +1000 | [diff] [blame] | 12 | select FB_BACKLIGHT if DRM_NOUVEAU_BACKLIGHT |
Ben Hutchings | c429880 | 2010-12-25 16:17:32 +0000 | [diff] [blame] | 13 | select ACPI_VIDEO if ACPI && X86 && BACKLIGHT_CLASS_DEVICE && VIDEO_OUTPUT_CONTROL && INPUT |
Randy Dunlap | fb0b760 | 2011-05-11 15:04:34 -0700 | [diff] [blame] | 14 | select ACPI_WMI if ACPI |
| 15 | select MXM_WMI if ACPI |
Dave Airlie | 40c6104 | 2012-04-02 10:45:49 +0100 | [diff] [blame^] | 16 | select POWER_SUPPLY |
Ben Skeggs | 6ee7386 | 2009-12-11 19:24:15 +1000 | [diff] [blame] | 17 | help |
| 18 | Choose this option for open-source nVidia support. |
| 19 | |
| 20 | config DRM_NOUVEAU_BACKLIGHT |
| 21 | bool "Support for backlight control" |
| 22 | depends on DRM_NOUVEAU |
| 23 | default y |
| 24 | help |
| 25 | Say Y here if you want to control the backlight of your display |
| 26 | (e.g. a laptop panel). |
| 27 | |
| 28 | config DRM_NOUVEAU_DEBUG |
| 29 | bool "Build in Nouveau's debugfs support" |
| 30 | depends on DRM_NOUVEAU && DEBUG_FS |
| 31 | default y |
| 32 | help |
| 33 | Say Y here if you want Nouveau to output debugging information |
| 34 | via debugfs. |
| 35 | |
| 36 | menu "I2C encoder or helper chips" |
Francisco Jerez | 73cb927 | 2009-12-16 12:27:11 +0100 | [diff] [blame] | 37 | depends on DRM && DRM_KMS_HELPER && I2C |
Ben Skeggs | 6ee7386 | 2009-12-11 19:24:15 +1000 | [diff] [blame] | 38 | |
| 39 | config DRM_I2C_CH7006 |
| 40 | tristate "Chrontel ch7006 TV encoder" |
Francisco Jerez | 73cb927 | 2009-12-16 12:27:11 +0100 | [diff] [blame] | 41 | default m if DRM_NOUVEAU |
Ben Skeggs | 6ee7386 | 2009-12-11 19:24:15 +1000 | [diff] [blame] | 42 | help |
| 43 | Support for Chrontel ch7006 and similar TV encoders, found |
| 44 | on some nVidia video cards. |
| 45 | |
| 46 | This driver is currently only useful if you're also using |
| 47 | the nouveau driver. |
Francisco Jerez | e190bfe | 2010-07-22 17:06:18 +0200 | [diff] [blame] | 48 | |
| 49 | config DRM_I2C_SIL164 |
| 50 | tristate "Silicon Image sil164 TMDS transmitter" |
| 51 | default m if DRM_NOUVEAU |
| 52 | help |
| 53 | Support for sil164 and similar single-link (or dual-link |
| 54 | when used in pairs) TMDS transmitters, used in some nVidia |
| 55 | video cards. |
| 56 | |
Ben Skeggs | 6ee7386 | 2009-12-11 19:24:15 +1000 | [diff] [blame] | 57 | endmenu |