Merge tag 'md-next-20230814-resend' into loongarch-next
[linux-2.6-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
74708497
TZ
14config STI_CORE
15 bool
16 depends on PARISC
17 help
18 STI refers to the HP "Standard Text Interface" which is a set of
19 BIOS routines contained in a ROM chip in HP PA-RISC based machines.
20
93604a5a
TZ
21config VIDEO_CMDLINE
22 bool
23
9a758d87
TZ
24config VIDEO_NOMODESET
25 bool
26 default n
27
0a3994f9 28if HAS_IOMEM
1da177e4 29
0912e535
NF
30config HAVE_FB_ATMEL
31 bool
32
179b025f
RD
33source "drivers/char/agp/Kconfig"
34
deb2d2ec
BH
35source "drivers/gpu/vga/Kconfig"
36
75471687 37source "drivers/gpu/host1x/Kconfig"
39b9004d 38source "drivers/gpu/ipu-v3/Kconfig"
75471687 39
dee8268f
TR
40source "drivers/gpu/drm/Kconfig"
41
776bbb97 42menu "Frame buffer Devices"
f7018c21 43source "drivers/video/fbdev/Kconfig"
776bbb97 44endmenu
f7018c21
TV
45
46source "drivers/video/backlight/Kconfig"
47
b2f594fd
AD
48config VGASTATE
49 tristate
50 default n
51
a38884f6
TV
52config VIDEOMODE_HELPERS
53 bool
cc3f414c 54
f142d3bd
TR
55config HDMI
56 bool
57
0a3994f9
FA
58endif # HAS_IOMEM
59
1da177e4
LT
60if VT
61 source "drivers/video/console/Kconfig"
62endif
63
64if FB || SGI_NEWPORT_CONSOLE
65 source "drivers/video/logo/Kconfig"
1da177e4 66
f7018c21 67endif
f363afc1 68
a2ed00da 69
1da177e4 70endmenu