RISCV: config: tizen_visionfive2: Disable JH7110 crypto driver
[platform/kernel/linux-starfive.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 source "drivers/auxdisplay/Kconfig"
29
30 if HAS_IOMEM
31
32 config HAVE_FB_ATMEL
33         bool
34
35 source "drivers/char/agp/Kconfig"
36
37 source "drivers/gpu/vga/Kconfig"
38
39 source "drivers/gpu/host1x/Kconfig"
40 source "drivers/gpu/ipu-v3/Kconfig"
41
42 source "drivers/gpu/drm/Kconfig"
43
44 menu "Frame buffer Devices"
45 source "drivers/video/fbdev/Kconfig"
46 endmenu
47
48 source "drivers/video/backlight/Kconfig"
49
50 config VGASTATE
51        tristate
52        default n
53
54 config VIDEOMODE_HELPERS
55         bool
56
57 config HDMI
58         bool
59
60 endif # HAS_IOMEM
61
62 if VT
63         source "drivers/video/console/Kconfig"
64 endif
65
66 if FB_CORE || SGI_NEWPORT_CONSOLE
67         source "drivers/video/logo/Kconfig"
68
69 endif
70
71
72 endmenu