Merge patch series "riscv: enable HAVE_LD_DEAD_CODE_DATA_ELIMINATION"
[linux-2.6-microblaze.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 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
21 config VIDEO_CMDLINE
22         bool
23
24 config VIDEO_NOMODESET
25         bool
26         default n
27
28 if HAS_IOMEM
29
30 config HAVE_FB_ATMEL
31         bool
32
33 source "drivers/char/agp/Kconfig"
34
35 source "drivers/gpu/vga/Kconfig"
36
37 source "drivers/gpu/host1x/Kconfig"
38 source "drivers/gpu/ipu-v3/Kconfig"
39
40 source "drivers/gpu/drm/Kconfig"
41
42 menu "Frame buffer Devices"
43 source "drivers/video/fbdev/Kconfig"
44 endmenu
45
46 source "drivers/video/backlight/Kconfig"
47
48 config VGASTATE
49        tristate
50        default n
51
52 config VIDEOMODE_HELPERS
53         bool
54
55 config HDMI
56         bool
57
58 endif # HAS_IOMEM
59
60 if VT
61         source "drivers/video/console/Kconfig"
62 endif
63
64 if FB || SGI_NEWPORT_CONSOLE
65         source "drivers/video/logo/Kconfig"
66
67 endif
68
69
70 endmenu