]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blame - drivers/video/Kconfig
UBUNTU: SAUCE: s390/mm: fix local TLB flushing vs. detach of an mm address space
[mirror_ubuntu-zesty-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_LCD_MIPI_DSI
12 bool
13
179b025f
RD
14source "drivers/char/agp/Kconfig"
15
deb2d2ec
BH
16source "drivers/gpu/vga/Kconfig"
17
75471687 18source "drivers/gpu/host1x/Kconfig"
39b9004d 19source "drivers/gpu/ipu-v3/Kconfig"
75471687 20
dee8268f
TR
21source "drivers/gpu/drm/Kconfig"
22
776bbb97 23menu "Frame buffer Devices"
f7018c21 24source "drivers/video/fbdev/Kconfig"
776bbb97 25endmenu
f7018c21
TV
26
27source "drivers/video/backlight/Kconfig"
28
b2f594fd
AD
29config VGASTATE
30 tristate
31 default n
32
a38884f6
TV
33config VIDEOMODE_HELPERS
34 bool
cc3f414c 35
f142d3bd
TR
36config HDMI
37 bool
38
1da177e4
LT
39if VT
40 source "drivers/video/console/Kconfig"
41endif
42
43if FB || SGI_NEWPORT_CONSOLE
44 source "drivers/video/logo/Kconfig"
1da177e4 45
f7018c21 46endif
f363afc1 47
a2ed00da 48
1da177e4 49endmenu