# SPDX-License-Identifier: GPL-2.0-only # # Video configuration # menu "Graphics support" if [31mCONFIG_HAS_IOMEM[0m config [31mCONFIG_HAVE_FB_ATMEL[0m bool source "drivers/char/agp/Kconfig" source "drivers/gpu/vga/Kconfig" source "drivers/gpu/host1x/Kconfig" source "drivers/gpu/ipu-v3/Kconfig" source "drivers/gpu/drm/Kconfig" menu "Frame buffer Devices" source "drivers/video/fbdev/Kconfig" endmenu source "drivers/video/backlight/Kconfig" config [31mCONFIG_VGASTATE[0m tristate default n config [31mCONFIG_VIDEOMODE_HELPERS[0m bool config [31mCONFIG_HDMI[0m bool endif # [31mCONFIG_HAS_IOMEM[0m if [31mCONFIG_VT[0m source "drivers/video/console/Kconfig" endif if [31mCONFIG_FB[0m || [31mCONFIG_SGI_NEWPORT_CONSOLE[0m source "drivers/video/logo/Kconfig" endif endmenu |