xref: /openbmc/linux/drivers/video/Kconfig (revision f7018c21)
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
24source "drivers/gpu/drm/Kconfig"
25
26source "drivers/video/fbdev/Kconfig"
27
28source "drivers/video/backlight/Kconfig"
29
30config VGASTATE
31       tristate
32       default n
33
34config VIDEOMODE_HELPERS
35	bool
36
37config HDMI
38	bool
39
40if VT
41	source "drivers/video/console/Kconfig"
42endif
43
44if FB || SGI_NEWPORT_CONSOLE
45	source "drivers/video/logo/Kconfig"
46
47endif
48
49
50endmenu
51