menuconfig AW_DRM_PANEL
	tristate "Support panel based on DRM framework"
	depends on AW_DRM
	select PANEL
	select SUNXI_PMU_GENERAL
	default n
	help
		If you want use DRM panel, select it.

config PANEL_DSI_GENERAL
	bool "dsi general panel"
	depends on  AW_DRM_PANEL && AW_DRM_DSI
	default n
	help
		If you want to support general dsi panel, select it.

config PANEL_LVDS_GENERAL
	bool "lvds general panel"
	depends on (AW_DRM_PANEL)
	default n
	help
		If you want to support general lvds panel, select it.

config PANEL_RGB_GENERAL
	bool "rgb general panel"
	depends on AW_DRM_PANEL && AW_DRM_RGB
	default n
	help
		If you want to support general rgb panel, select it.

config PANEL_EDP_GENERAL
    tristate "eDP general drm panel"
	depends on (AW_DRM_PANEL)
	select VIDEOMODE_HELPERS
    default n
    help
        If you want to support general edp panel, select it.

config PANEL_ES103TC1C1
	bool "ES103TC1C1 eink panel"
	depends on AW_DRM_PANEL && AW_DRM_EINK200
	select VIDEOMODE_HELPERS
	default n
	help
		If you want to support ES103TC1C1 panel, select it.
