menuconfig SOCT_VENC_SUPPORT tristate "Video Encoder Support" default n if ARCH_RESERVED5 default y if SOCT_DRV_BUILDIN default m help When enabled, Video Encoder can be supported if SOCT_VENC_SUPPORT config VENC_H265_SUPPORT bool "H265 Protocol support" help When enabled, encoding with h265 protocol default y config VENC_JPEG_SUPPORT bool "Encode JPEG image support" help When enabled, supports encoding jpeg images depends on SOCT_JPGE_SUPPORT default n config VENC_RCNREF_SHARE_SUPPORT bool "Reference frame and Reconstruct frame memory sharing" help When enabled, support shared memory between reference frames and reconstruct frames default y endif