media: add config for avsp_long_cabac
authorshihong.zheng <shihong.zheng@amlogic.com>
Wed, 13 Jun 2018 02:53:36 +0000 (10:53 +0800)
committerYixun Lan <yixun.lan@amlogic.com>
Wed, 13 Jun 2018 09:00:03 +0000 (02:00 -0700)
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>
drivers/amlogic/media/Kconfig

index 5071b501dbd70a0f5dafa7e725fcef316a9820ac..2cde7c391c96f6591d94e2a7f4284f34583b83ae 100644 (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