]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - drivers/video/Kconfig
Linux 3.15-rc3
[mirror_ubuntu-artful-kernel.git] / drivers / video / Kconfig
CommitLineData
1da177e4
LT
1#
2# Video configuration
3#
4
5menu "Graphics support"
e25df120 6 depends on HAS_IOMEM
1da177e4 7
0912e535
NF
8config HAVE_FB_ATMEL
9 bool
10
f00117a7
DES
11config SH_MIPI_DSI
12 tristate
13 depends on (SUPERH || ARCH_SHMOBILE) && HAVE_CLK
14
15config SH_LCD_MIPI_DSI
16 bool
17
179b025f
RD
18source "drivers/char/agp/Kconfig"
19
deb2d2ec
BH
20source "drivers/gpu/vga/Kconfig"
21
75471687
TB
22source "drivers/gpu/host1x/Kconfig"
23
776bbb97 24menu "Direct Rendering Manager"
dee8268f 25source "drivers/gpu/drm/Kconfig"
776bbb97 26endmenu
dee8268f 27
776bbb97 28menu "Frame buffer Devices"
f7018c21 29source "drivers/video/fbdev/Kconfig"
776bbb97 30endmenu
f7018c21
TV
31
32source "drivers/video/backlight/Kconfig"
33
b2f594fd
AD
34config VGASTATE
35 tristate
36 default n
37
a38884f6
TV
38config VIDEOMODE_HELPERS
39 bool
cc3f414c 40
f142d3bd
TR
41config HDMI
42 bool
43
1da177e4
LT
44if VT
45 source "drivers/video/console/Kconfig"
46endif
47
48if FB || SGI_NEWPORT_CONSOLE
49 source "drivers/video/logo/Kconfig"
1da177e4 50
f7018c21 51endif
f363afc1 52
a2ed00da 53
1da177e4 54endmenu