# SPDX-License-Identifier: GPL-2.0

menuconfig RK_TRSM
	bool "RockChip display transmitter support"
	depends on FB_ROCKCHIP || DRM_ROCKCHIP

config RK2928_LVDS
	bool "RK2928/RK2926 lvds transmitter support"
        depends on ARCH_RK2928 && RK_TRSM

config RK3026_LVDS
	depends on ARCH_RK3026 && RK_TRSM
	bool "RK3026/RK3028A lvds transmitter support"
	default y	

config RK32_LVDS
	bool "RK32 lvds transmitter support"
	depends on RK_TRSM

config RK31XX_LVDS
	bool "RK312x/RK3190/3368 lvds transmitter support"
	depends on RK_TRSM
	help
		If use LVDS or RGB output interface,selete this module.

config RK610_LVDS
	bool "RK610(Jetta) lvds transmitter support"
	depends on MFD_RK610 && RK_TRSM 
	help
		Support Jetta(RK610) to output LCD1 and LVDS.

config RK616_LVDS
        bool "RK616(JettaB) lvds,lcd,scaler vido interface support"
        depends on MFD_RK616 && RK_TRSM
        help
           RK616(Jetta B) LVDS,LCD,scaler transmitter support.
		

config DP_ANX6345
	bool "RGB to DisplayPort transmitter anx6345,anx9804,anx9805 support"
	depends on RK_TRSM

config DP501
	bool"RGB to DisplayPort transmitter dp501 support"
	depends on RK_TRSM

config RK32_DP
	bool "RK32 RGB to DisplayPort transmitter support "
	depends on RK_TRSM

config RK_VGA
         bool "VGA support on RockChip platform"
         depends on RK_TRSM
         default y
         help
           say y here will enable VGA on RockChip platform

config MIPI_DSI
	depends on RK_TRSM
	bool "Rockchip MIPI DSI support"

config TC358768_RGB2MIPI
        tristate "toshiba TC358768 RGB to MIPI DSI"
	depends on MIPI_DSI
        help
        "a chip that change RGB interface parallel signal into DSI serial signal"

config SSD2828_RGB2MIPI
        tristate "solomon SSD2828 RGB to MIPI DSI"
		depends on MIPI_DSI
        help
        "a chip that change RGB interface parallel signal into DSI serial signal"

config RK32_MIPI_DSI
        tristate "rk32 mipi dsi support"
        depends on MIPI_DSI
        help
           Rockchip mipi dsi support.		

			
config RK616_MIPI_DSI_RST
	bool "Reset the rockchip mipi dsi"
	depends on MFD_RK616 && RK616_MIPI_DSI && RK616_USE_MCLK_12M
	default y
	help
	 if you say y here: inset the hdmi, mipi lcd will be reset. 

