You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
468 B
25 lines
468 B
menuconfig SOCT_SYNC_SUPPORT
|
|
tristate "Sync Support"
|
|
default y if SOCT_DRV_BUILDIN
|
|
default m
|
|
|
|
if SOCT_SYNC_SUPPORT
|
|
|
|
config SOCT_SYNC_STC_SUPPORT
|
|
bool "System Time Calibration Support"
|
|
default n
|
|
|
|
config SOCT_SYNC_SCR_SUPPORT
|
|
bool "System Clock Reference Support"
|
|
default n
|
|
|
|
config SOCT_SYNC_DEBUG_SUPPORT
|
|
bool "Debug More Details Support"
|
|
default n
|
|
|
|
config SOCT_SYNC_VIDEO_TB_SUPPORT
|
|
bool "Video TB Support"
|
|
default n
|
|
|
|
endif
|