config DRM_NEC
	bool "DRM Support for NEC Panel with MediaTek"
	depends on OF && DRM && DRM_MEDIATEK
	select FB_NEC
	select MTK_DBI_RESET
	select MTK_DBI_CHECK_BUSY
	select MTK_DBI_MUTUAL_CMD_SEQ
	select MTK_DBI_SET_PANEL_STATUS
	default n
	help
	  Choose this option if you want to have NEC Panel functions on MediaTek SOC.

config DRM_NEC_FB_RESERVED
	int "DRM FB reserved percentage of original resolution for NEC specific funcs"
	depends on DRM_NEC && DRM_FBDEV_OVERALLOC >= 200 && DRM_FBDEV_EMULATION
	default 100
	help
	  Specify percentage of reserved FB for using NEC specific funcs

config FB_NEC
	bool "NEC Framebuffer Support for NEC Panel"
	select FB_NEC_PANEL
	select FB_NEC_SPLASH_IMAGE
	select FB_SUPPORT_LANDSCAPE_DISP
	default n
	help
	  Choose this option if you want to have NEC Panel functions

config FB_NEC_PANEL
	bool "NEC Panel controller"
	depends on MTK_FB
	default n
	help
	  Common Panel driver for LCD device for LCM with ST7789V

config FB_NEC_SPLASH_IMAGE
	bool "Enable NEC Panel Boot Splash Image"
	depends on FB_NEC_PANEL
	default n
	help
	  Enable Boot Splash Animation on NEC Panel

config NEC_SUPPORT_LANDSCAPE_DISP
	bool "Landscape Display"
	depends on FB_NEC_SPLASH_IMAGE
	default n

config NEC_SUPPORT_PORTRAIT_DISP
	bool "Portrait Display"
	depends on FB_NEC_SPLASH_IMAGE
	default n

config NEC_SUPPORT_LEGAL_PAGE
	bool "Enable Legal Page Image for LCM"
	depends on FB_NEC_SPLASH_IMAGE
	default n
