Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[deliverable/linux.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 22source "drivers/gpu/host1x/Kconfig"
39b9004d 23source "drivers/gpu/ipu-v3/Kconfig"
75471687 24
776bbb97 25menu "Direct Rendering Manager"
dee8268f 26source "drivers/gpu/drm/Kconfig"
776bbb97 27endmenu
dee8268f 28
776bbb97 29menu "Frame buffer Devices"
f7018c21 30source "drivers/video/fbdev/Kconfig"
776bbb97 31endmenu
f7018c21
TV
32
33source "drivers/video/backlight/Kconfig"
34
b2f594fd
AD
35config VGASTATE
36 tristate
37 default n
38
a38884f6
TV
39config VIDEOMODE_HELPERS
40 bool
cc3f414c 41
f142d3bd
TR
42config HDMI
43 bool
44
1da177e4
LT
45if VT
46 source "drivers/video/console/Kconfig"
47endif
48
49if FB || SGI_NEWPORT_CONSOLE
50 source "drivers/video/logo/Kconfig"
1da177e4 51
f7018c21 52endif
f363afc1 53
a2ed00da 54
1da177e4 55endmenu
This page took 0.977332 seconds and 5 git commands to generate.