blob: ca1639918f57976b852bdcaab751d18402a882ad [file] [log] [blame]
Ben Skeggs6ee73862009-12-11 19:24:15 +10001config DRM_NOUVEAU
2 tristate "Nouveau (nVidia) cards"
Dave Airlief5f05c82010-07-09 07:43:27 +10003 depends on DRM && PCI
Ben Skeggs6ee73862009-12-11 19:24:15 +10004 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 Rientjes6a108a12011-01-20 14:44:16 -080011 select FRAMEBUFFER_CONSOLE if !EXPERT
Ben Skeggs6ee73862009-12-11 19:24:15 +100012 select FB_BACKLIGHT if DRM_NOUVEAU_BACKLIGHT
Ben Hutchingsc4298802010-12-25 16:17:32 +000013 select ACPI_VIDEO if ACPI && X86 && BACKLIGHT_CLASS_DEVICE && VIDEO_OUTPUT_CONTROL && INPUT
Randy Dunlapfb0b7602011-05-11 15:04:34 -070014 select ACPI_WMI if ACPI
15 select MXM_WMI if ACPI
Ben Skeggs6ee73862009-12-11 19:24:15 +100016 help
17 Choose this option for open-source nVidia support.
18
19config DRM_NOUVEAU_BACKLIGHT
20 bool "Support for backlight control"
21 depends on DRM_NOUVEAU
22 default y
23 help
24 Say Y here if you want to control the backlight of your display
25 (e.g. a laptop panel).
26
27config DRM_NOUVEAU_DEBUG
28 bool "Build in Nouveau's debugfs support"
29 depends on DRM_NOUVEAU && DEBUG_FS
30 default y
31 help
32 Say Y here if you want Nouveau to output debugging information
33 via debugfs.
34
35menu "I2C encoder or helper chips"
Francisco Jerez73cb9272009-12-16 12:27:11 +010036 depends on DRM && DRM_KMS_HELPER && I2C
Ben Skeggs6ee73862009-12-11 19:24:15 +100037
38config DRM_I2C_CH7006
39 tristate "Chrontel ch7006 TV encoder"
Francisco Jerez73cb9272009-12-16 12:27:11 +010040 default m if DRM_NOUVEAU
Ben Skeggs6ee73862009-12-11 19:24:15 +100041 help
42 Support for Chrontel ch7006 and similar TV encoders, found
43 on some nVidia video cards.
44
45 This driver is currently only useful if you're also using
46 the nouveau driver.
Francisco Jereze190bfe2010-07-22 17:06:18 +020047
48config DRM_I2C_SIL164
49 tristate "Silicon Image sil164 TMDS transmitter"
50 default m if DRM_NOUVEAU
51 help
52 Support for sil164 and similar single-link (or dual-link
53 when used in pairs) TMDS transmitters, used in some nVidia
54 video cards.
55
Ben Skeggs6ee73862009-12-11 19:24:15 +100056endmenu