blob: 4e7840f9bddacdb5591e7d5503f4f02e60c1e475 [file] [log] [blame]
rjw1f884582022-01-06 17:20:42 +08001#
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/arm/Kconfig"
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
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