Merge tag 'trace-v5.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt...
[linux/fpc-iii.git] / drivers / video / Kconfig
blob427a993c7f576ce561a37b384c0da3b9740cd508
1 # SPDX-License-Identifier: GPL-2.0-only
3 # Video configuration
6 menu "Graphics support"
8 if HAS_IOMEM
10 config HAVE_FB_ATMEL
11         bool
13 source "drivers/char/agp/Kconfig"
15 source "drivers/gpu/vga/Kconfig"
17 source "drivers/gpu/host1x/Kconfig"
18 source "drivers/gpu/ipu-v3/Kconfig"
20 source "drivers/gpu/drm/Kconfig"
22 menu "Frame buffer Devices"
23 source "drivers/video/fbdev/Kconfig"
24 endmenu
26 source "drivers/video/backlight/Kconfig"
28 config VGASTATE
29        tristate
30        default n
32 config VIDEOMODE_HELPERS
33         bool
35 config HDMI
36         bool
38 endif # HAS_IOMEM
40 if VT
41         source "drivers/video/console/Kconfig"
42 endif
44 if FB || SGI_NEWPORT_CONSOLE
45         source "drivers/video/logo/Kconfig"
47 endif
50 endmenu