0001 # SPDX-License-Identifier: GPL-2.0-only
0002 #
0003 # Video configuration
0004 #
0005
0006 menu "Graphics support"
0007
0008 config APERTURE_HELPERS
0009 bool
0010 help
0011 Support tracking and hand-over of aperture ownership. Required
0012 by graphics drivers for firmware-provided framebuffers.
0013
0014 if HAS_IOMEM
0015
0016 config HAVE_FB_ATMEL
0017 bool
0018
0019 source "drivers/char/agp/Kconfig"
0020
0021 source "drivers/gpu/vga/Kconfig"
0022
0023 source "drivers/gpu/host1x/Kconfig"
0024 source "drivers/gpu/ipu-v3/Kconfig"
0025
0026 source "drivers/gpu/drm/Kconfig"
0027
0028 menu "Frame buffer Devices"
0029 source "drivers/video/fbdev/Kconfig"
0030 endmenu
0031
0032 source "drivers/video/backlight/Kconfig"
0033
0034 config VGASTATE
0035 tristate
0036 default n
0037
0038 config VIDEOMODE_HELPERS
0039 bool
0040
0041 config HDMI
0042 bool
0043
0044 endif # HAS_IOMEM
0045
0046 if VT
0047 source "drivers/video/console/Kconfig"
0048 endif
0049
0050 if FB || SGI_NEWPORT_CONSOLE
0051 source "drivers/video/logo/Kconfig"
0052
0053 endif
0054
0055
0056 endmenu