Linux 6.11-rc1
[linux-2.6-microblaze.git] / drivers / video / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # Video configuration
4 #
5
6 menu "Graphics support"
7
8 config APERTURE_HELPERS
9         bool
10         help
11           Support tracking and hand-over of aperture ownership. Required
12           by graphics drivers for firmware-provided framebuffers.
13
14 config SCREEN_INFO
15         bool
16         default n
17
18 config STI_CORE
19         bool
20         depends on PARISC
21         help
22           STI refers to the HP "Standard Text Interface" which is a set of
23           BIOS routines contained in a ROM chip in HP PA-RISC based machines.
24
25 config VIDEO
26         bool
27         default n
28
29 source "drivers/auxdisplay/Kconfig"
30
31 if HAS_IOMEM
32
33 config HAVE_FB_ATMEL
34         bool
35
36 source "drivers/char/agp/Kconfig"
37
38 source "drivers/gpu/vga/Kconfig"
39
40 source "drivers/gpu/host1x/Kconfig"
41 source "drivers/gpu/ipu-v3/Kconfig"
42
43 source "drivers/gpu/drm/Kconfig"
44
45 menu "Frame buffer Devices"
46 source "drivers/video/fbdev/Kconfig"
47 endmenu
48
49 source "drivers/video/backlight/Kconfig"
50
51 config VGASTATE
52        tristate
53        default n
54
55 config VIDEOMODE_HELPERS
56         bool
57
58 config HDMI
59         bool
60
61 endif # HAS_IOMEM
62
63 if VT
64         source "drivers/video/console/Kconfig"
65 endif
66
67 if FB_CORE || SGI_NEWPORT_CONSOLE
68         source "drivers/video/logo/Kconfig"
69
70 endif
71
72
73 endmenu