# SPDX-License-Identifier: GPL-2.0-only
#
# Video configuration
#

menu "Graphics support"

if HAS_IOMEM

config HAVE_FB_ATMEL
	bool

source "drivers/char/agp/Kconfig"

source "drivers/gpu/vga/Kconfig"

source "drivers/gpu/host1x/Kconfig"
source "drivers/gpu/imx/Kconfig"

source "drivers/gpu/drm/Kconfig"

menu "Frame buffer Devices"
source "drivers/video/fbdev/Kconfig"
endmenu

source "drivers/video/backlight/Kconfig"

config VGASTATE
       tristate
       default n

config DVI_TFP410
	tristate "tfp410 - Lowlevel DVI output control"
	help
	  This initializes the tfp410 i2c for output.

config SN65DSI83
	tristate "Mipi to LVDS bridge (SN65DSI83)"
	depends on I2C
	---help---
	  This initializes the Texas Instruments SN65DSI83 bridge for output.

config TC358778
	tristate "RGB to MIPI bridge (TC358778)"
	depends on I2C
	---help---
	  This initializes the Toshiba TC358778 bridge for output.

config LT8912
	tristate "mipi to lvds/hdmi bridge (LT8912)"
	depends on I2C
	---help---
	  This initializes the LT8912 bridge for output.

config VIDEOMODE_HELPERS
	bool

config HDMI
	bool

endif # HAS_IOMEM

if VT
	source "drivers/video/console/Kconfig"
endif

if FB || SGI_NEWPORT_CONSOLE
	source "drivers/video/logo/Kconfig"

endif


endmenu
