regulator: Merge up forgotten fix
[linux-block.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 VIDEO_NOMODESET
15         bool
16         default n
17
18 if HAS_IOMEM
19
20 config HAVE_FB_ATMEL
21         bool
22
23 source "drivers/char/agp/Kconfig"
24
25 source "drivers/gpu/vga/Kconfig"
26
27 source "drivers/gpu/host1x/Kconfig"
28 source "drivers/gpu/ipu-v3/Kconfig"
29
30 source "drivers/gpu/drm/Kconfig"
31
32 menu "Frame buffer Devices"
33 source "drivers/video/fbdev/Kconfig"
34 endmenu
35
36 source "drivers/video/backlight/Kconfig"
37
38 config VGASTATE
39        tristate
40        default n
41
42 config VIDEOMODE_HELPERS
43         bool
44
45 config HDMI
46         bool
47
48 endif # HAS_IOMEM
49
50 if VT
51         source "drivers/video/console/Kconfig"
52 endif
53
54 if FB || SGI_NEWPORT_CONSOLE
55         source "drivers/video/logo/Kconfig"
56
57 endif
58
59
60 endmenu