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.
28 lines
710 B
28 lines
710 B
menuconfig SOCT_DEMUX_SUPPORT
|
|
tristate "Demux Support"
|
|
default y if SOCT_DRV_BUILDIN
|
|
default m
|
|
|
|
config SOCT_DEMUX_SMMU_SUPPORT
|
|
bool
|
|
default y if SOCT_SMMU_SUPPORT
|
|
default n
|
|
|
|
config SOCT_DEMUX_PROC_SUPPORT
|
|
bool
|
|
default y if SOCT_ADVCA_FUNCTION != "DEBUG"
|
|
default n
|
|
|
|
config SOCT_DEMUX_TEE_SUPPORT
|
|
bool
|
|
default y if SOCT_TEE_SUPPORT
|
|
default n
|
|
|
|
config SOCT_DMX_TSBUF_MULTI_THREAD_SUPPORT
|
|
bool "Demux Multithread Operate One TS Buffer Support"
|
|
depends on SOCT_DEMUX_SUPPORT
|
|
default n
|
|
help
|
|
when enabled, uapi_dmx_put_ts_buffer() will be disabled
|
|
when enabled, uapi_dmx_push_ts_buffer() and uapi_dmx_release_ts_buffer() will be enabled.
|