]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - drivers/gpu/drm/nouveau/Kconfig
Merge commit 'v2.6.37-rc7' into x86/security
[mirror_ubuntu-artful-kernel.git] / drivers / gpu / drm / nouveau / Kconfig
CommitLineData
6ee73861
BS
1config DRM_NOUVEAU
2 tristate "Nouveau (nVidia) cards"
f5f05c8a 3 depends on DRM && PCI
6ee73861
BS
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
11 select FRAMEBUFFER_CONSOLE if !EMBEDDED
12 select FB_BACKLIGHT if DRM_NOUVEAU_BACKLIGHT
e0228785 13 select ACPI_VIDEO if ACPI
6ee73861
BS
14 help
15 Choose this option for open-source nVidia support.
16
17config DRM_NOUVEAU_BACKLIGHT
18 bool "Support for backlight control"
19 depends on DRM_NOUVEAU
20 default y
21 help
22 Say Y here if you want to control the backlight of your display
23 (e.g. a laptop panel).
24
25config DRM_NOUVEAU_DEBUG
26 bool "Build in Nouveau's debugfs support"
27 depends on DRM_NOUVEAU && DEBUG_FS
28 default y
29 help
30 Say Y here if you want Nouveau to output debugging information
31 via debugfs.
32
33menu "I2C encoder or helper chips"
73cb9276 34 depends on DRM && DRM_KMS_HELPER && I2C
6ee73861
BS
35
36config DRM_I2C_CH7006
37 tristate "Chrontel ch7006 TV encoder"
73cb9276 38 default m if DRM_NOUVEAU
6ee73861
BS
39 help
40 Support for Chrontel ch7006 and similar TV encoders, found
41 on some nVidia video cards.
42
43 This driver is currently only useful if you're also using
44 the nouveau driver.
e190bfe5
FJ
45
46config DRM_I2C_SIL164
47 tristate "Silicon Image sil164 TMDS transmitter"
48 default m if DRM_NOUVEAU
49 help
50 Support for sil164 and similar single-link (or dual-link
51 when used in pairs) TMDS transmitters, used in some nVidia
52 video cards.
53
6ee73861 54endmenu