menuconfig SOCT_VO_SUPPORT
	tristate "VO Support"
	default y if SOCT_DRV_BUILDIN
	default m

config SOCT_VO_VDAC_VIDEO_BUFFER_SUPPORT
	bool "VO VDAC video buffer Support"
	depends on SOCT_VO_SUPPORT
	default y

config SOCT_VO_SDK_PQ_SUPPORT
	bool "VO PQ Support"
	depends on SOCT_VO_SUPPORT
	default y

config SOCT_VO_MACROVISION_SUPPORT
	bool "VO Macrovision Support"
	depends on SOCT_VO_SUPPORT
	default y

config SOCT_VO_CGMS_SUPPORT
	bool "VO CGMS Support"
	depends on SOCT_VO_SUPPORT
	default y

config SOCT_VO_HDATE_SUPPORT
	bool "VO hdate Support"
	depends on SOCT_VO_SUPPORT
	default n

config SOCT_VO_3D_SUPPORT
	bool "VO 3D Support"
	depends on SOCT_VO_SUPPORT
	default n

config SOCT_VO_CBB_OSAL_TYPE_SUPPORT
	bool "VO CBB osal type Support"
	depends on SOCT_VO_SUPPORT
	default n

config SOCT_VO_TEST_SUPPORT
	bool "VO debug test Support"
	depends on SOCT_VO_SUPPORT
	default y

config SOCT_VO_CS_SUPPORT
	bool "VO CS Support"
	depends on SOCT_VO_SUPPORT
	default n

config SOCT_VO_FRC_TEST_SUPPORT
	bool "VO Frc test Support"
	depends on SOCT_VO_SUPPORT && SOCT_VO_TEST_SUPPORT
	default n

config SOCT_VO_HAL_TEST_SUPPORT
	bool "VO hal test Support"
	depends on SOCT_VO_SUPPORT && SOCT_VO_TEST_SUPPORT
	default n

config SOCT_VO_HAL_PROC_TEST_SUPPORT
	bool "VO hal proc test Support"
	depends on SOCT_VO_SUPPORT && SOCT_VO_TEST_SUPPORT
	default y

