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

config HOBOT_DRM_MIPI_DSI_PANEL
	tristate "Hobot MIPI-DSI Display Panel Support"
	default m
	help
	  Say Y or M here if you want to enable support for MIPI-DSI based
	  display panels on Hobot Super SoC platforms.

	  This driver provides the necessary infrastructure for the DSI
	  interface to communicate with and initialize compatible LCD/OLED
	  panels. It supports standard DRM panel operations and video mode
	  timings.

	  If unsure, say M.

config HOBOT_DRM_MIPI_CSI_PANEL
	tristate "Hobot MIPI-CSI Virtual/Bridge Panel Support"
	default n
	help
	  Enable support for the Hobot Journey5 chipset MIPI-CSI virtual
	  panel driver.

	  This driver is typically used in scenarios where the display
	  data is routed through a CSI bus, often found in virtual display
	  bridge applications. It acts as a sink for the DRM pipeline.

	  If unsure, say N.