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