Merge tag '5.15-rc-ksmbd-part2' of git://git.samba.org/ksmbd
[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 if HAS_IOMEM
9
10 config HAVE_FB_ATMEL
11         bool
12
13 source "drivers/char/agp/Kconfig"
14
15 source "drivers/gpu/vga/Kconfig"
16
17 source "drivers/gpu/host1x/Kconfig"
18 source "drivers/gpu/ipu-v3/Kconfig"
19
20 source "drivers/gpu/drm/Kconfig"
21
22 menu "Frame buffer Devices"
23 source "drivers/video/fbdev/Kconfig"
24 endmenu
25
26 source "drivers/video/backlight/Kconfig"
27
28 config VGASTATE
29        tristate
30        default n
31
32 config VIDEOMODE_HELPERS
33         bool
34
35 config HDMI
36         bool
37
38 endif # HAS_IOMEM
39
40 if VT
41         source "drivers/video/console/Kconfig"
42 endif
43
44 if FB || SGI_NEWPORT_CONSOLE
45         source "drivers/video/logo/Kconfig"
46
47 endif
48
49
50 endmenu