Merge tag 'drm-misc-fixes-2023-04-13' of git://anongit.freedesktop.org/drm/drm-misc...
[linux-block.git] / drivers / video / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
1da177e4
LT
2#
3# Video configuration
4#
5
6menu "Graphics support"
0a3994f9 7
7283f862
TZ
8config 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
9a758d87
TZ
14config VIDEO_NOMODESET
15 bool
16 default n
17
0a3994f9 18if HAS_IOMEM
1da177e4 19
0912e535
NF
20config HAVE_FB_ATMEL
21 bool
22
179b025f
RD
23source "drivers/char/agp/Kconfig"
24
deb2d2ec
BH
25source "drivers/gpu/vga/Kconfig"
26
75471687 27source "drivers/gpu/host1x/Kconfig"
39b9004d 28source "drivers/gpu/ipu-v3/Kconfig"
75471687 29
dee8268f
TR
30source "drivers/gpu/drm/Kconfig"
31
776bbb97 32menu "Frame buffer Devices"
f7018c21 33source "drivers/video/fbdev/Kconfig"
776bbb97 34endmenu
f7018c21
TV
35
36source "drivers/video/backlight/Kconfig"
37
b2f594fd
AD
38config VGASTATE
39 tristate
40 default n
41
a38884f6
TV
42config VIDEOMODE_HELPERS
43 bool
cc3f414c 44
f142d3bd
TR
45config HDMI
46 bool
47
0a3994f9
FA
48endif # HAS_IOMEM
49
1da177e4
LT
50if VT
51 source "drivers/video/console/Kconfig"
52endif
53
54if FB || SGI_NEWPORT_CONSOLE
55 source "drivers/video/logo/Kconfig"
1da177e4 56
f7018c21 57endif
f363afc1 58
a2ed00da 59
1da177e4 60endmenu