blob: e0606c01e8ac7166d88d2ad20028c166ebef625e [file] [log] [blame]
Kyle Swenson8d8f6542021-03-15 11:02:55 -06001#
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"
23source "drivers/gpu/ipu-v3/Kconfig"
24
25source "drivers/gpu/drm/Kconfig"
26
27menu "Frame buffer Devices"
28source "drivers/video/fbdev/Kconfig"
29endmenu
30
31source "drivers/video/backlight/Kconfig"
32
33config VGASTATE
34 tristate
35 default n
36
37config VIDEOMODE_HELPERS
38 bool
39
40config HDMI
41 bool
42
43if VT
44 source "drivers/video/console/Kconfig"
45endif
46
47if FB || SGI_NEWPORT_CONSOLE
48 source "drivers/video/logo/Kconfig"
49
50endif
51
52
53endmenu