xref: /openbmc/linux/drivers/video/Kconfig (revision 0a3994f9)
1#
2# Video configuration
3#
4
5menu "Graphics support"
6
7if HAS_IOMEM
8
9config HAVE_FB_ATMEL
10	bool
11
12config SH_LCD_MIPI_DSI
13	bool
14
15source "drivers/char/agp/Kconfig"
16
17source "drivers/gpu/vga/Kconfig"
18
19source "drivers/gpu/host1x/Kconfig"
20source "drivers/gpu/ipu-v3/Kconfig"
21
22source "drivers/gpu/drm/Kconfig"
23
24menu "Frame buffer Devices"
25source "drivers/video/fbdev/Kconfig"
26endmenu
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
40endif # HAS_IOMEM
41
42if VT
43	source "drivers/video/console/Kconfig"
44endif
45
46if FB || SGI_NEWPORT_CONSOLE
47	source "drivers/video/logo/Kconfig"
48
49endif
50
51
52endmenu
53