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