menuconfig SOCT_PANEL_SUPPORT
    tristate "PANEL Support"
    default y if SOCT_DRV_BUILDIN
	default m
    help
        This selection enable PANEL feature

config SOCT_PANEL_DEBUG_SUPPORT
	bool "Panel Debug Support"
	depends on SOCT_PANEL_SUPPORT
	default n

