Merge tag 'mm-hotfixes-stable-2022-11-24' of git://git.kernel.org/pub/scm/linux/kerne...
[platform/kernel/linux-starfive.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 if HAS_IOMEM
15
16 config HAVE_FB_ATMEL
17         bool
18
19 source "drivers/char/agp/Kconfig"
20
21 source "drivers/gpu/vga/Kconfig"
22
23 source "drivers/gpu/host1x/Kconfig"
24 source "drivers/gpu/ipu-v3/Kconfig"
25
26 source "drivers/gpu/drm/Kconfig"
27
28 menu "Frame buffer Devices"
29 source "drivers/video/fbdev/Kconfig"
30 endmenu
31
32 source "drivers/video/backlight/Kconfig"
33
34 config VGASTATE
35        tristate
36        default n
37
38 config VIDEOMODE_HELPERS
39         bool
40
41 config HDMI
42         bool
43
44 endif # HAS_IOMEM
45
46 if VT
47         source "drivers/video/console/Kconfig"
48 endif
49
50 if FB || SGI_NEWPORT_CONSOLE
51         source "drivers/video/logo/Kconfig"
52
53 endif
54
55
56 endmenu