# SPDX-License-Identifier: GPL-2.0
choice
	depends on FB_ROCKCHIP || DRM_ROCKCHIP
	prompt  "LCD Panel Select"

config LCD_GENERAL
	bool "General lcd panel"
	help 
	  select if the panel do not need initialization
config LCD_MIPI
	bool "rk mipi dsi lcd"	
endchoice


