media: add config for avsp_long_cabac

PD#167435: default disable avsp long cabac

gxl must config this option enable, other
platform disabled to reduce mem consume

Change-Id: If522dd11dd017d3c04d859a62acacc4355ec2382
Signed-off-by: shihong.zheng <shihong.zheng@amlogic.com>
This commit is contained in:
shihong.zheng
2018-06-13 10:53:36 +08:00
committed by Yixun Lan
parent d5378b368f
commit 9fd8b8f65c

View File

@@ -39,6 +39,15 @@ config AMLOGIC_MEDIA_MULTI_DEC
bool "Support multi-instance decoding"
default n
config AMLOGIC_AVSP_LONG_CABAC
bool "GXL support avs long cabac"
default n
help
This option is used only to configure GXL avs
decode, other platform behind GXL is not need.
disable it to save memory default.
if AMLOGIC_MEDIA_COMMON
source "drivers/amlogic/media/common/Kconfig"
endif