Merge tag 'docs-6.8-2' of git://git.lwn.net/linux
[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
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
c0191dd6
JMC
28source "drivers/auxdisplay/Kconfig"
29
0a3994f9 30if HAS_IOMEM
1da177e4 31
0912e535
NF
32config HAVE_FB_ATMEL
33 bool
34
179b025f
RD
35source "drivers/char/agp/Kconfig"
36
deb2d2ec
BH
37source "drivers/gpu/vga/Kconfig"
38
75471687 39source "drivers/gpu/host1x/Kconfig"
39b9004d 40source "drivers/gpu/ipu-v3/Kconfig"
75471687 41
dee8268f
TR
42source "drivers/gpu/drm/Kconfig"
43
776bbb97 44menu "Frame buffer Devices"
f7018c21 45source "drivers/video/fbdev/Kconfig"
776bbb97 46endmenu
f7018c21
TV
47
48source "drivers/video/backlight/Kconfig"
49
b2f594fd
AD
50config VGASTATE
51 tristate
52 default n
53
a38884f6
TV
54config VIDEOMODE_HELPERS
55 bool
cc3f414c 56
f142d3bd
TR
57config HDMI
58 bool
59
0a3994f9
FA
60endif # HAS_IOMEM
61
1da177e4
LT
62if VT
63 source "drivers/video/console/Kconfig"
64endif
65
701a9b9d 66if FB_CORE || SGI_NEWPORT_CONSOLE
1da177e4 67 source "drivers/video/logo/Kconfig"
1da177e4 68
f7018c21 69endif
f363afc1 70
a2ed00da 71
1da177e4 72endmenu