xref: /linux/drivers/video/Kconfig (revision 2a2c74b2efcb1a0ca3fdcb5fbb96ad8de6a29177)
1#
2# Video configuration
3#
4
5menu "Graphics support"
6	depends on HAS_IOMEM
7
8config HAVE_FB_ATMEL
9	bool
10
11config SH_MIPI_DSI
12	tristate
13	depends on (SUPERH || ARCH_SHMOBILE) && HAVE_CLK
14
15config SH_LCD_MIPI_DSI
16	bool
17
18source "drivers/char/agp/Kconfig"
19
20source "drivers/gpu/vga/Kconfig"
21
22source "drivers/gpu/host1x/Kconfig"
23
24menu "Direct Rendering Manager"
25source "drivers/gpu/drm/Kconfig"
26endmenu
27
28menu "Frame buffer Devices"
29source "drivers/video/fbdev/Kconfig"
30endmenu
31
32source "drivers/video/backlight/Kconfig"
33
34config VGASTATE
35       tristate
36       default n
37
38config VIDEOMODE_HELPERS
39	bool
40
41config HDMI
42	bool
43
44if VT
45	source "drivers/video/console/Kconfig"
46endif
47
48if FB || SGI_NEWPORT_CONSOLE
49	source "drivers/video/logo/Kconfig"
50
51endif
52
53
54endmenu
55